We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For packages where I want to test some version of python3 but I don't really care which one, support for py2 and py3 environments would be nice, e.g.:
py2
py3
[testenv:py2] basepython = python2 [testenv:py3] basepython = python3
I can create these easily enough myself, but thought I'd submit this issue in case anyone else would find it useful.
The text was updated successfully, but these errors were encountered:
a244dec
Merge pull request #392 from tox-dev/fix348
8069f0e
fix #348 - add py2 and py3 as default envs
No branches or pull requests
For packages where I want to test some version of python3 but I don't really care which one, support for
py2
andpy3
environments would be nice, e.g.:I can create these easily enough myself, but thought I'd submit this issue in case anyone else would find it useful.
The text was updated successfully, but these errors were encountered: