Skip to content
This repository was archived by the owner on May 26, 2020. It is now read-only.

Commit e887e48

Browse files
authored
Update tox.ini
1 parent e93d90d commit e887e48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
envlist =
33
py27-{flake8,docs},
4-
{py27,py33,py34,py35}-django{1.8,1.9,1.10}-drf{3.1,3.2,3.3,3.4,3.5}
4+
{py27,py33,py34,py35}-django{1.8,1.9,1.10,1.11}-drf{3.1,3.2,3.3,3.4,3.5}
55

66
[testenv]
77
commands = ./runtests.py --fast {posargs} --verbose
@@ -11,6 +11,7 @@ deps =
1111
django1.8: Django<1.9
1212
django1.9: Django<1.10
1313
django1.10: Django<1.11
14+
django1.11: Django<1.12
1415
drf3.1: djangorestframework<3.2
1516
drf3.2: djangorestframework<3.3
1617
drf3.3: djangorestframework<3.4

0 commit comments

Comments
 (0)