Frage

When using tox by default it will output colours to the terminal which is actually fine if you using a white background terminal but hard to see with a dark terminal. Is there any tricks to disable colours in tox without hacking the code directly?

War es hilfreich?

Lösung

Use TERM=dumb on the command line if you want to disable the colors but don't know about changing the colors.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top