Skip to content

Commit 5ea3033

Browse files
committed
Add explicit test against Django 1.11+
1 parent 113580b commit 5ea3033

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tox.ini

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ exclude = docs/*
66

77
[tox]
88
envlist =
9-
py27-django{18,19,10},
10-
py34-django{18,19,10,_trunk},
11-
py35-django{18,19,10,_trunk}
9+
py27-django{18,19,10,11},
10+
py34-django{18,19,10,11,_trunk},
11+
py35-django{18,19,10,11,_trunk}
1212

1313
[testenv]
1414
basepython =
@@ -23,6 +23,7 @@ deps =
2323
django18: Django>=1.8,<1.9
2424
django19: Django>=1.9,<1.10
2525
django10: Django>==10
26+
django11: Django>=1.11,<1.12
2627
django_trunk: https://github.com/django/django/tarball/master
2728

2829
commands =

0 commit comments

Comments
 (0)