Skip to content

Commit 4aabc38

Browse files
author
1138-4EB
committed
update help comment about PY_COLORS
1 parent 7772259 commit 4aabc38

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/tox/session/commands/help.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@ def show_help(config):
1010
"TOX_TESTENV_PASSENV: space-separated list of extra environment variables to be "
1111
"passed into test command environments"
1212
)
13-
reporter.line("PY_COLORS: 0 disable colorized output, 1 enable (default)")
1413
reporter.line("TOX_PARALLEL_NO_SPINNER: 1 disable spinner for CI, 0 enable (default)")
14+
reporter.line(
15+
"tox depends on py.io.TerminalWriter to handle colouring, which supports forcing "
16+
"the behaviour with PY_COLORS: 0 disable colorized output, 1 enable (default if tty)."
17+
)

0 commit comments

Comments
 (0)