문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top