tox.ini: make env to run manage (#41727)

This commit is contained in:
Benjamin Dauvergne 2020-04-15 12:35:10 +02:00
parent 9ff84f8036
commit b440390420
1 changed files with 2 additions and 2 deletions

View File

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