add restriction for django 1.8 and django-taggit (#25630)

This commit is contained in:
Benjamin Dauvergne 2018-08-10 11:19:26 +02:00 committed by Frédéric Péters
parent 7388218208
commit 9c996ddb5d
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ setenv =
coverage: COVERAGE=--junitxml=test_results.xml --cov-report xml --cov=welco/
deps =
django18: django>=1.8,<1.9
django18: django-taggit<0.23
django111: django>=1.11,<1.12
pytest-cov
pytest-django