We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67b20e3 + 79fa244 commit 1cb4fedCopy full SHA for 1cb4fed
.travis.yml
@@ -5,7 +5,7 @@ sudo: false
5
cache: pip
6
7
env:
8
- - DJANGO='https://github.com/django/django/archive/master.tar.gz'
+ - DJANGO='django>=1.11.0,<2.0.0'
9
- DJANGO='django>=1.10.0,<1.11.0'
10
- DJANGO='django>=1.9.0,<1.10.0'
11
- DJANGO='django>=1.8.0,<1.9.0'
tox.ini
@@ -16,3 +16,4 @@ deps=
16
django18: Django>=1.8,<1.9
17
django19: Django>=1.9,<1.10
18
django110: Django>=1.10,<1.11
19
+ django111: Django>=1.11,<2.0
0 commit comments