Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f36821b

Browse files
committed
Update tox.ini environment list
1 parent 37c5ae6 commit f36821b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

tox.ini

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
[tox]
22
envlist =
3-
py{27,33,34,35}-django18-drf{31,32,33,34},
4-
py{27,34,35}-django19-drf{33,34},
5-
py{27,34,35}-django110-drf{34},
3+
py{27,33,34,35,36}-django18-drf{31,32,33,34},
4+
py{27,34,35,36}-django19-drf{33,34},
5+
py{27,34,35,36}-django110-drf34,
6+
py{27,34,35,36}-django111-drf{34,35,36},
67

78
[testenv]
89
deps =
910
django18: Django>=1.8,<1.9
1011
django19: Django>=1.9,<1.10
1112
django110: Django>=1.10,<1.11
13+
django111: Django>=1.11,<1.12
1214
drf31: djangorestframework>=3.1,<3.2
1315
drf32: djangorestframework>=3.2,<3.3
1416
drf33: djangorestframework>=3.3,<3.4
1517
drf34: djangorestframework>=3.4,<3.5
18+
drf35: djangorestframework>=3.5,<3.6
19+
drf36: djangorestframework>=3.6,<3.7
1620

1721
setenv =
1822
PYTHONPATH = {toxinidir}

0 commit comments

Comments
 (0)