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
When submitting a bug make sure you can reproduce it via tox -rvv and attach the output of that to the bug. Ideally, you should also submit a project that allows easily reproducing the bug. Thanks!
tox will fail on a "completely" unknown environment (as fixed in #1160).
However, if I have an environment list like:
$ tox -a
py36-sphinx2
py36-sphinx3
running tox -e py36 will still run and create an environment.
Is there a way to stop this?
The text was updated successfully, but these errors were encountered:
When submitting a bug make sure you can reproduce it via
tox -rvv
and attach the output of that to the bug. Ideally, you should also submit a project that allows easily reproducing the bug. Thanks!tox will fail on a "completely" unknown environment (as fixed in #1160).
However, if I have an environment list like:
running
tox -e py36
will still run and create an environment.Is there a way to stop this?
The text was updated successfully, but these errors were encountered: