Skip to content

Commit

Permalink
update help comment about PY_COLORS
Browse files Browse the repository at this point in the history
  • Loading branch information
1138-4EB committed Dec 2, 2019
1 parent 484ad6c commit d74236d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/tox/session/commands/help.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ def show_help(config):
"TOX_TESTENV_PASSENV: space-separated list of extra environment variables to be "
"passed into test command environments"
)
reporter.line("PY_COLORS: 0 disable colorized output, 1 enable (default)")
reporter.line("TOX_PARALLEL_NO_SPINNER: 1 disable spinner for CI, 0 enable (default)")
reporter.line(
"tox depends on py.io.TerminalWriter to handle colouring, which supports forcing "
"the behaviour with PY_COLORS: 0 disable colorized output, 1 enable (default if tty)."
)

0 comments on commit d74236d

Please sign in to comment.