[Pytest-commit] Issue #249: tox --help and other options not depending on tox.ini should always work (hpk42/tox)

2015-05-17 Thread Anthon van der Neut
New issue 249: tox --help and other options not depending on tox.ini should always work https://bitbucket.org/hpk42/tox/issue/249/tox-help-and-other-options-not-depending Anthon van der Neut: If you don't have a `tox.ini` in your current directory, you can run `tox --version`, but when you do `

[Pytest-commit] Issue #250: tox colors the output of py.test if term=dumb on windows (hpk42/tox)

2015-05-17 Thread Anthon van der Neut
New issue 250: tox colors the output of py.test if term=dumb on windows https://bitbucket.org/hpk42/tox/issue/250/tox-colors-the-output-of-pytest-if-term Anthon van der Neut: If the output of `py.test` is unreadable because of the color scheme on windows, you can use `set term=dumb` to suppress

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

2015-05-17 Thread Anthon van der Neut
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 co