Skip to content

Commit b675e24

Browse files
committed
Update tox matrix
1 parent 051e0f8 commit b675e24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{35,36}-djangomaster, py{27,34,35,36}-django{18,111,20}, lint, docs
2+
envlist = py{35,36,37}-django{21,master}, py{27,34,35,36}-django{18,111,20}, lint, docs
33

44
[testenv]
55
deps =
@@ -11,6 +11,7 @@ deps =
1111
django18: Django>=1.8,<1.9
1212
django111: Django>=1.11,<2.0
1313
django20: Django>=2.0,<2.1
14+
django21: Django>=2.1,<2.2
1415
djangomaster: https://github.com/django/django/archive/master.tar.gz#egg=Django
1516
commands = py.test {posargs}
1617

0 commit comments

Comments
 (0)