Skip to content
New issue

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

broken: envlist = {py26,py27}{-lint,} #198

Closed
pytoxbot opened this issue Sep 17, 2016 · 3 comments
Closed

broken: envlist = {py26,py27}{-lint,} #198

pytoxbot opened this issue Sep 17, 2016 · 3 comments

Comments

@pytoxbot
Copy link

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 -.-

@pytoxbot
Copy link
Author

Original comment by @bukzor

What version would this fix hit pypi?

@pytoxbot
Copy link
Author

Original comment by @hpk42

add changelog: fix issue198: fix broken envlist settings, e.g. {py26,py27}{-lint,}

→ <>

@pytoxbot
Copy link
Author

Original comment by @hpk42

Fix issue 198: resolve touching factor groups

→ <<cset 917f3555fde5>>

@tox-dev tox-dev locked and limited conversation to collaborators Jan 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant