Skip to content

Commit a75d829

Browse files
committed
Fix passenv tox setting
1 parent daa2a41 commit a75d829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ deps =
1919
42: django >= 4.2.23, <5.0
2020
50: django >= 5.0, <5.3
2121
extras = test
22-
passenv = CI TRAVIS TRAVIS_*
22+
passenv = CI,TRAVIS,TRAVIS_*
2323
setenv = DJANGO_SETTINGS_MODULE = cspreports.tests.settings
2424
commands =
2525
coverage run --branch --source=cspreports setup.py test

0 commit comments

Comments
 (0)