tox.ini: add env for running makemigrations (#41949)

This commit is contained in:
Benjamin Dauvergne 2020-04-24 12:49:53 +02:00
parent 24f96bb6c9
commit 3c696c60a2
1 changed files with 13 additions and 0 deletions

13
tox.ini
View File

@ -46,5 +46,18 @@ deps =
commands =
pylint: ./pylint.sh mellon
[testenv:django-admin]
whitelist_externals = django-admin
usedevelop = True
setenv =
DJANGO_SETTINGS_MODULE=testsettings
PYTHONPATH=.:tests
deps =
psycopg2-binary
commands =
./getlasso3.sh
django-admin {posargs:--help}
[pytest]
junit_family=legacy