You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This plugin should automatically colorize output when the environment variable GITHUB_ACTIONS is set.
Details
Tox does not colorize its output in Github's runners because of the environment variable TERM is set to dumb. However, github handles colorized output quite nicely.
The alternative is to use tox --colored yes on every call (for example).
Here's the difference in output:
The text was updated successfully, but these errors were encountered:
Overview
This plugin should automatically colorize output when the environment variable
GITHUB_ACTIONS
is set.Details
Tox does not colorize its output in Github's runners because of the environment variable
TERM
is set todumb
. However, github handles colorized output quite nicely.The alternative is to use
tox --colored yes
on every call (for example).Here's the difference in output:
The text was updated successfully, but these errors were encountered: