mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-27 08:29:59 +03:00
Fix tox file
This commit is contained in:
parent
355b511cf8
commit
813070427a
4
tox.ini
4
tox.ini
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user