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
1 changed files with 2 additions and 3 deletions

View File

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