Skip to content

Commit 7d783ad

Browse files
committed
adding tox enviroment dj19
1 parent d709e2b commit 7d783ad

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,5 +1,5 @@
11
[tox]
2-
envlist = {py27,py34}-dj{15,16,17,18}
2+
envlist = {py27,py34}-dj{15,16,17,18,19}
33
skipsdist=True
44

55

@@ -13,6 +13,7 @@ deps =
1313
dj16: django>=1.6,<1.7
1414
dj17: django>=1.7,<1.8
1515
dj18: django>=1.8,<1.9
16+
dj19: django>=1.9,<1.10
1617
commands = python setup.py test
1718

1819

0 commit comments

Comments
 (0)