New issue 284: detox --version doesn't print detox version https://bitbucket.org/hpk42/tox/issues/284/detox-version-doesnt-print-detox-version
Marius Gedminas: ``` $ detox --version 2.1.1 imported from /home/mg/.venv/local/lib/python2.7/site-packages/tox/__init__.pyc $ tox --version 2.1.1 imported from /home/mg/.venv/local/lib/python2.7/site-packages/tox/__init__.pyc $ pip list | grep tox detox (0.10.0) tox (2.1.1) ``` It's nice that `detox --version` prints the version of tox, but it should also print its own version. _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit