New issue 251: detox gives command succeeded even if there was no setup.py https://bitbucket.org/hpk42/tox/issue/251/detox-gives-command-succeeded-even-if
Anthon van der Neut: If you have a directory with **only** a `tox.ini`: ``` [tox] envlist = py27,py26,py34,py33,pypy [testenv] deps=pytest commands=py.test test ``` and run `detox` you will see an error that setup.py is not there, but you will be congratulated that all commands succeeded _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit