Skip to content

Commit f6dea89

Browse files
committed
tox: test against latest Django 1.11
1 parent 8550018 commit f6dea89

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
@@ -18,7 +18,7 @@ deps =
1818
checkqa: flake8
1919

2020
djangomaster: https://github.com/django/django/archive/master.tar.gz
21-
django1.11: Django==1.11b1
21+
django1.11: Django>=1.11,<1.12
2222
django1.10: Django>=1.10,<1.11
2323
django1.9: Django>=1.9,<1.10
2424
django1.8: Django>=1.8,<1.9

0 commit comments

Comments
 (0)