Skip to content

Commit dd6ff9c

Browse files
committed
Enable colourful output
1 parent f8b5450 commit dd6ff9c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
pull_request:
88
branches: [master]
99

10+
env:
11+
FORCE_COLOR: "1"
12+
1013
jobs:
1114
build:
1215
name: build (Python ${{ matrix.python-version }}, Django ${{ matrix.django-version }})

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ deps =
1616
dj41: Django~=4.1.3
1717
dj42: Django~=4.2.1
1818
djmain: https://github.com/django/django/tarball/main
19+
pass_env =
20+
FORCE_COLOR
21+
NO_COLOR
1922
setenv =
2023
DJANGO_SETTINGS_MODULE = simple_menu.test_settings
2124
commands =

0 commit comments

Comments
 (0)