Skip to content

Commit 43c2414

Browse files
committed
ga: colorful output
1 parent 1969a65 commit 43c2414

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/ci-tests.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,19 @@ concurrency:
1111
group: build-${{ github.event.pull_request.number || github.ref }}
1212
cancel-in-progress: true
1313

14+
env:
15+
TOX_SKIP_MISSING_INTERPRETERS: False
16+
# Rich (pip)
17+
FORCE_COLOR: 1
18+
# Tox
19+
PY_COLORS: 1
20+
# Mypy (see https://github.com/python/mypy/issues/7771)
21+
TERM: xterm-color
22+
MYPY_FORCE_COLOR: 1
23+
MYPY_FORCE_TERMINAL_WIDTH: 200
24+
# Pytest
25+
PYTEST_ADDOPTS: --color=yes
26+
1427
jobs:
1528

1629
tox:

0 commit comments

Comments
 (0)