Compare commits

...

1 Commits

1 changed files with 2 additions and 3 deletions

View File

@ -55,17 +55,16 @@ deps =
commands =
py3: ./getlasso3.sh
./check-migrations.sh
py.test {env:COVERAGE:} {env:JUNIT:} {tty:--sw:} {posargs:tests/}
[testenv:check-migrations]
basepython = python3
usedevelop = True
setenv =
AUTHENTIC2_SETTINGS_FILE=tests/settings.py
DJANGO_SETTINGS_MODULE=authentic2.settings
SETUPTOOLS_USE_DISTUTILS=stdlib
deps =
psycopg2-binary
psycopg2-binary<2.9
commands =
./getlasso3.sh
./check-migrations.sh