[Pytest-commit] Issue #251: detox gives command succeeded even if there was no setup.py (hpk42/tox)

Anthon van der Neut issues-reply at bitbucket.org
Sun May 17 15:46:33 CEST 2015


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






More information about the pytest-commit mailing list