Skip to content

idea: colorize output #191

@mr-cal

Description

@mr-cal

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions