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.
passenv
1 parent daa2a41 commit a75d829Copy full SHA for a75d829
tox.ini
@@ -19,7 +19,7 @@ deps =
19
42: django >= 4.2.23, <5.0
20
50: django >= 5.0, <5.3
21
extras = test
22
-passenv = CI TRAVIS TRAVIS_*
+passenv = CI,TRAVIS,TRAVIS_*
23
setenv = DJANGO_SETTINGS_MODULE = cspreports.tests.settings
24
commands =
25
coverage run --branch --source=cspreports setup.py test
0 commit comments