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
-a
Small nitpick and easy to fix: when I say tox -a I don't want to see e.g.:
tox -a
default environments: flake8 -> static analysis with flake8 py27 -> run tests with Python2.7 additional environments:
but only:
default environments: flake8 -> static analysis with flake8 py27 -> run tests with Python2.7
... if no additional environments are defined.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Small nitpick and easy to fix: when I say
tox -a
I don't want to see e.g.:but only:
... if no additional environments are defined.
The text was updated successfully, but these errors were encountered: