Skip to content

Commit 42966fe

Browse files
author
Dylan Verheul
authored
Merge pull request zostera#360 from cybojenix/tox-dj-1.10
run tox with django 1.10
2 parents 19fe3ae + a18cee1 commit 42966fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tox.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ minversion=1.8.0
88
envlist =
99
py27-django18,
1010
py27-django19,
11+
py27-django110,
1112

1213
py32-django17,
1314
py32-django18,
@@ -16,11 +17,14 @@ envlist =
1617

1718
py34-django18,
1819
py34-django19,
20+
py34-django110,
1921

2022
py35-django19,
23+
py35-django110
2124

2225
[testenv]
2326
commands = python manage.py test
2427
deps =
2528
django18: django >=1.8,<1.9
2629
django19: django >=1.9a1,<1.10
30+
django110: django >=1.10,<1.11

0 commit comments

Comments
 (0)