Skip to content

Commit 28216ea

Browse files
PiDelportblag
authored andcommitted
Add Django 1.11 to the Tox environments
1 parent f8bcaf7 commit 28216ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
envlist =
33
py33-dj1.8,
4-
py{27,34,35,36}-dj1.{8,9,10}
4+
py{27,34,35,36}-dj1.{8,9,10,11}
55

66
[testenv]
77
commands=python {toxinidir}/test_project/manage.py test {posargs:test_app} --noinput
@@ -12,5 +12,6 @@ deps =
1212
dj1.8: Django ~=1.8.0
1313
dj1.9: Django ~=1.9.0
1414
dj1.10: Django ~=1.10.0
15+
dj1.11: Django ~=1.11.0
1516

1617
psycopg2

0 commit comments

Comments
 (0)