tox.ini: prevent errors when running under Django 1.11

This commit is contained in:
Benjamin Dauvergne 2018-09-27 17:20:14 +02:00
parent 36c6319ed8
commit e5087500e2
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ deps =
dj18: django>=1.8,<1.9
dj18: django-tables2<1.1
dj111: django>=1.11,<1.12
dj111: django-tables2>=1.1,django-tables<2.0
dj111: django-tables2>=1.1,<2
pg: psycopg2
coverage
pytest-cov
@ -34,7 +34,7 @@ deps =
cssselect
pylint
pylint-django
django-webtest
django-webtest<1.9.3
WebTest
pyquery
httmock