Python 3.7 and 3.8 #2271
-
Hi, I work on one machine that has Python 3.7 installed and a different one with Python 3.8 installed. I currently have to modify tox.ini on each machine to set the version of python to match the machine:
This gives an error on my Mac:
To run on one machine I have to remove the Is there a way to skip a combination if the version of Python is not available? |
Beta Was this translation helpful? Give feedback.
Answered by gaborbernat Nov 6, 2021
Replies: 1 comment 1 reply
-
https://tox.wiki/en/latest/config.html#conf-skip_missing_interpreters |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by raysalemi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
https://tox.wiki/en/latest/config.html#conf-skip_missing_interpreters