tox.ini: add runserver target (#20562)

This commit is contained in:
Benjamin Dauvergne 2020-02-01 14:31:57 +01:00
parent ef922d091f
commit 06119817ab
1 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,12 @@ deps =
commands =
py.test {posargs: --junitxml=junit-{envname}.xml --cov-report xml --cov-report html --cov=eo_gestion/ tests/}
[testenv:runserver]
setenv =
DJANGO_SETTINGS_MODULE=eo_gestion.settings
commands =
./manage.py runserver
[testenv:pylint]
basepython = python3
deps=