-
-
Notifications
You must be signed in to change notification settings - Fork 529
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
Let tox --listenvs
list all defined environments, not only from envlist
in [tox]
section
#271
Comments
Original comment by @obestwalter +1 That is actually what I as a tox user would expect |
+1, how a user could discover an environment not run by default? |
Until this issue is resolved only by looking for all |
created an implementation for this based on top of #489, I'll create the PR once that gets accepted 👍 |
[#271] show all defined enviroments for listenv, not just what's in envlist
fixed in #495 |
Issue #52 asks for having a command to list all configured environments.
However, I found, that it lists only those environments, which are in
envlist
.If I do not want to run some of the environments when
tox
is invoked without any argument, I keep theenvlist
in[tox]
shorter. However, this does not print it out when::It would be nice to list all existing environments.
tox version: 2.1.1
OS: Debian Jessie
Python 2.7.9
Sample
tox.ini
:For given
tox.ini
it lists onlyhelp
:and I would like to see there all:
The text was updated successfully, but these errors were encountered: