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 0379d4a commit 08f29f9Copy full SHA for 08f29f9
tox.ini
@@ -42,7 +42,7 @@ setenv =
42
DB_HOST = {env:DB_HOST:localhost}
43
DB_PASSWORD = {env:DB_PASSWORD:debug_toolbar}
44
DJANGO_SETTINGS_MODULE = tests.settings
45
-whitelist_externals = make
+allowlist_externals = make
46
pip_pre = True
47
commands = python -b -W always -m coverage run -m django test -v2 {posargs:tests}
48
0 commit comments