We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b5450 commit dd6ff9cCopy full SHA for dd6ff9c
.github/workflows/test.yml
@@ -7,6 +7,9 @@ on:
7
pull_request:
8
branches: [master]
9
10
+env:
11
+ FORCE_COLOR: "1"
12
+
13
jobs:
14
build:
15
name: build (Python ${{ matrix.python-version }}, Django ${{ matrix.django-version }})
tox.ini
@@ -16,6 +16,9 @@ deps =
16
dj41: Django~=4.1.3
17
dj42: Django~=4.2.1
18
djmain: https://github.com/django/django/tarball/main
19
+pass_env =
20
+ FORCE_COLOR
21
+ NO_COLOR
22
setenv =
23
DJANGO_SETTINGS_MODULE = simple_menu.test_settings
24
commands =
0 commit comments