Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

idea: colorize output #191

Open
mr-cal opened this issue Nov 2, 2023 · 0 comments
Open

idea: colorize output #191

mr-cal opened this issue Nov 2, 2023 · 0 comments

Comments

@mr-cal
Copy link

mr-cal commented Nov 2, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant