tox.ini: add "manage" environment

This commit is contained in:
Benjamin Dauvergne 2020-04-16 14:34:00 +02:00
parent ac89d290ce
commit 97830615dd
1 changed files with 14 additions and 0 deletions

14
tox.ini
View File

@ -73,6 +73,20 @@ deps =
commands =
/bin/bash -c "./pylint.sh src/*/"
[testenv:manage]
usedevelop = True
setenv =
DJANGO_SETTINGS_MODULE=authentic2.settings
AUTHENTIC2_SETTINGS_FILE=local_settings.py
deps =
psycopg2-binary
django-debug-toolbar
ipython
ipdb
commands =
./getlasso3.sh
python3 ./authentic2-ctl {posargs:--help}
[pytest]
filterwarnings =
ignore:on_delete.*