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 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:


Overview
This plugin should automatically colorize output when the environment variable
GITHUB_ACTIONSis set.Details
Tox does not colorize its output in Github's runners because of the environment variable
TERMis set todumb. However, github handles colorized output quite nicely.The alternative is to use
tox --colored yeson every call (for example).Here's the difference in output:

