New issue 163: Document PY_COLORS to enforce color output
https://bitbucket.org/hpk42/tox/issue/163/document-py_colors-to-enforce-color-output

Antoine Musso:

While integrating a tox based job in Jenkins (which has a dumb terminal) I was 
looking for a way to force color output.
Looking at _py/terminalwriter.py , it looks up the environment variable 
PY_COLORS. A value of 1 would enforce color, a value of 0 would disable color. 
The global override the TERM value.

It would be nice to have PY_COLORS documented in the tox documentation.


py-trunk doc update request is: 
https://bitbucket.org/hpk42/py-trunk/issue/138/py_colors-env-is-undocumented


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

Reply via email to