Added Django 2.0a to test suite.

This commit is contained in:
Martin Mahner 2017-09-27 11:22:45 +02:00
parent 2fb745565d
commit 5ab0f03443

View file

@ -3,6 +3,7 @@ toxworkdir=/tmp/tox/dpaste
skip_missing_interpreters=True
envlist=
py{27,34,35,36}-django-{18,19,110,111}
py{34,35,36}-django-{20}
[testenv]
install_command =
@ -17,3 +18,5 @@ deps=
django-19: django>=1.9,<1.10
django-110: django>=1.10,<1.11
django-111: django>=1.11,<1.12
django-20: django==2.0a1