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
putting the above (or similar) in my tox.ini yields:
$ tox -l ERROR: unknown environment '-lint'
If I make sure that -lint is "known" I can see the listing that it's come up with:
$ tox -l py26 py27 -lint
That last line represents the empty-string testenv -.-
The text was updated successfully, but these errors were encountered:
Original comment by @bukzor
What version would this fix hit pypi?
Sorry, something went wrong.
Original comment by @hpk42
add changelog: fix issue198: fix broken envlist settings, e.g. {py26,py27}{-lint,}
→ <>
Fix issue 198: resolve touching factor groups
→ <<cset 917f3555fde5>>
No branches or pull requests
putting the above (or similar) in my tox.ini yields:
If I make sure that -lint is "known" I can see the listing that it's come up with:
That last line represents the empty-string testenv -.-
The text was updated successfully, but these errors were encountered: