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 coloring. This works only partly when running 
`tox`, because `tox` own output gets de-colored, but the output from `py.test` 
within that output **is** colored.

(Is the TERM env. variable not passed on by `tox`?)


_______________________________________________
pytest-commit mailing list
pytest-commit@python.org
https://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to