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]
|
[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
|
||||||
|
Loading…
Reference in New Issue
Block a user