Skip to content

Commit 838f59a

Browse files
authored
update django 1.10 from beta
1 parent 0ded019 commit 838f59a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ deps =
88
-r{toxinidir}/requirements/test.txt
99
django1.8: Django>=1.8.0,<1.9.0
1010
django1.9: Django>=1.9.0,<1.10.0
11-
django1.10: Django>=1.10b,<1.11.0
11+
django1.10: Django>=1.10.0,<1.11.0
1212

1313
setenv =
1414
PYTHONPATH={toxinidir}/tests

0 commit comments

Comments
 (0)