Skip to content

Commit 5a9fb78

Browse files
author
Pamela McA'Nulty
committed
Add django 1.10 to tox
1 parent dc47974 commit 5a9fb78

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tox.ini

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

1515
[tox]
1616
envlist =
17-
py27-django{14,15,16,17,18,19,19tip,tip},
18-
py34-django{15,16,17,18,19,19tip,tip},
19-
py35-django{18,19,19tip,tip},
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},
2020
check,doc
2121

2222
[testenv]
@@ -28,7 +28,8 @@ deps =
2828
django17: Django >=1.7, <1.8
2929
django18: Django >=1.8, <1.9
3030
django19: Django >=1.9, <1.10
31-
django19tip: https://github.com/django/django/archive/stable/1.9.x.tar.gz
31+
django110: Django >=1.10, <1.11
32+
django110tip: https://github.com/django/django/archive/stable/1.10.x.tar.gz
3233
djangotip: https://github.com/django/django/archive/master.tar.gz
3334

3435
commands =

0 commit comments

Comments
 (0)