Skip to content

Conversation

imankulov
Copy link
Contributor

As defined in the tox documentation
(https://tox.readthedocs.io/en/latest/config.html#tox-environments),
environment with names "pyNM" have special meaning and implicitly define
the Python interpreter.

Environment names ci37 and ci38 don't have any special meaning and run
the default version of the interpreter. This results in that that both
environments use the same interpreter locally.

The PR changes the names of environments to make sure that tox creates a
virtual environment with the correct interpreter version.

As defined in the tox documentation
(https://tox.readthedocs.io/en/latest/config.html#tox-environments),
environment with names "pyNM" have special meaning and implicitly define
the Python interpreter.

Environment names ci37 and ci38 don't have any special meaning and run
the default version of the interpreter. This results in that that both
environments use the same interpreter locally.

The PR changes the names of environments to make sure that tox creates a
virtual environment with the correct interpreter version.
@faif faif merged commit eeb9711 into faif:master Aug 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants