Fix tox file

This commit is contained in:
Adam Johnson 2021-04-05 11:10:11 +01:00
parent 355b511cf8
commit 813070427a

View File

@ -16,7 +16,7 @@ DJANGO =
main: djangomain
[testenv]
commands = python -W error::DeprecationWarning -W error::PendingDeprecationWarning runtests.py --fast --coverage {posargs}
commands = python -W error::DeprecationWarning -W error::PendingDeprecationWarning runtests.py --coverage {posargs}
envdir = {toxworkdir}/venvs/{envname}
setenv =
PYTHONDONTWRITEBYTECODE=1
@ -37,7 +37,7 @@ deps =
-rrequirements/requirements-testing.txt
[testenv:dist]
commands = ./runtests.py --fast --no-pkgroot --staticfiles {posargs}
commands = ./runtests.py --no-pkgroot --staticfiles {posargs}
deps =
django
-rrequirements/requirements-testing.txt