tox.ini: require django-model-utils<3.2 for django 1.8

This commit is contained in:
Benjamin Dauvergne 2019-06-24 18:53:29 +02:00
parent f39ee81884
commit 3b8d524316
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ deps =
pytest-sftpserver
http://quixote.python.ca/releases/Quixote-2.7b2.tar.gz
vobject
django18: django-model-utils<3.2
commands =
./get_wcs.sh
django18: py.test {posargs: {env:FAST:} --junitxml=test_{envname}_results.xml --cov-report xml --cov-report html --cov=passerelle/ --cov-config .coveragerc tests/}