Skip to content

Commit c992231

Browse files
author
Pamela McA'Nulty
committed
Support Django 1.11 and 2.0pre
1 parent 9f62f0a commit c992231

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

tox.ini

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414

1515
[tox]
1616
envlist =
17-
py27-django{14,15,16,17,18,19,110,110tip,tip},
18-
py34-django{15,16,17,18,19,110,110tip,tip},
19-
py35-django{18,19,110,110tip,tip},
20-
py36-django{18,19,110,110tip,tip},
17+
py27-django{14,15,16,17,18,19,110,110tip,111tip},
18+
py34-django{15,16,17,18,19,110,110tip,111tiptip},
19+
py35-django{18,19,110,110tip,111tip,tip},
20+
py36-django{18,19,110,110tip,111tip,tip},
2121
check,doc
2222

2323
[testenv]
@@ -31,6 +31,8 @@ deps =
3131
django19: Django >=1.9, <1.10
3232
django110: Django >=1.10, <1.11
3333
django110tip: https://github.com/django/django/archive/stable/1.10.x.tar.gz
34+
#django111: Django >=1.11, <2.0
35+
django111tip: https://github.com/django/django/archive/stable/1.11.x.tar.gz
3436
djangotip: https://github.com/django/django/archive/master.tar.gz
3537

3638
commands =

0 commit comments

Comments
 (0)