Merge "Make tox -e runserver work faster"

This commit is contained in:
Zuul 2019-12-09 18:10:21 +00:00 committed by Gerrit Code Review
commit b638437b6d

View File

@ -147,9 +147,8 @@ commands = {envpython} {toxinidir}/manage.py {posargs}
[testenv:runserver] [testenv:runserver]
envdir = {toxworkdir}/venv envdir = {toxworkdir}/venv
commands = commands =
{envpython} {toxinidir}/manage.py compilemessages {envpython} {toxinidir}/manage.py collectstatic -v 0 -c --noinput
{envpython} {toxinidir}/manage.py collectstatic -c --noinput {envpython} {toxinidir}/manage.py runserver -v 0 {posargs}
{envpython} {toxinidir}/manage.py runserver {posargs}
[testenv:bandit] [testenv:bandit]
envdir = {toxworkdir}/venv envdir = {toxworkdir}/venv