Merge "Make tox -e runserver work faster"
This commit is contained in:
commit
b638437b6d
5
tox.ini
5
tox.ini
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user