You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert "Remove an ugly way to pass python version to tox"
This reverts commit 960ca66.
The reason why it's needed is that in tox, we write conditions like
[testenv:py38], but this does not apply to "tox -e py"
as the environment name is different.
I wonder what is the proper way to do this?
0 commit comments