setup: add django2.1 to test matrix

This commit is contained in:
Bojan Mihelac 2018-08-07 16:52:10 +02:00
parent 9007be3910
commit 8f87b5aed4
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ envlist =
py{27,34,35}-django{19,110}-tablib{dev},
py{27,34,35,36}-django{111}-tablib{dev},
py{34,35,36}-django{20}-tablib{dev},
py{35,36,37}-django{21}-tablib{dev},
[testenv]
commands=python {toxinidir}/tests/manage.py test core
@ -15,3 +16,4 @@ deps=
django110: Django>=1.10,<1.11
django111: Django>=1.11,<1.12
django20: Django>=2.0,<2.1
django21: Django>=2.1,<2.2