I don't see this documented anywhere, so I'm not sure if it is intended to work.
Give a tox.ini in a directory, the testing tree will show specific entries in the ini but not everything environment available (e.f. tox -l)

Additionally, when the specific entry is used, the command line generated is not correct.
For instance, using the p27 entry the following command is run in the terminal:
tox -e py27 /home/bthornto/github/tox_bug
Can the test tree be generated by a tox -l command ?
Can the command line run simply be tox -e <envname>?
Being able to run any tox environment from the test tree would be incredibly powerful and useful.
Thanks!
Brad (cidrblock)
I don't see this documented anywhere, so I'm not sure if it is intended to work.
Give a tox.ini in a directory, the testing tree will show specific entries in the ini but not everything environment available (e.f.
tox -l)Additionally, when the specific entry is used, the command line generated is not correct.
For instance, using the p27 entry the following command is run in the terminal:
Can the test tree be generated by a
tox -lcommand ?Can the command line run simply be
tox -e <envname>?Being able to run any tox environment from the test tree would be incredibly powerful and useful.
Thanks!
Brad (cidrblock)