We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7772259 commit 4aabc38Copy full SHA for 4aabc38
src/tox/session/commands/help.py
@@ -10,5 +10,8 @@ def show_help(config):
10
"TOX_TESTENV_PASSENV: space-separated list of extra environment variables to be "
11
"passed into test command environments"
12
)
13
- reporter.line("PY_COLORS: 0 disable colorized output, 1 enable (default)")
14
reporter.line("TOX_PARALLEL_NO_SPINNER: 1 disable spinner for CI, 0 enable (default)")
+ 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