Skip to content

Commit 1cb4fed

Browse files
authored
Bring everything up-to-date
Had code rechecked for Python 2.7 compatible versions of Django.
2 parents 67b20e3 + 79fa244 commit 1cb4fed

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sudo: false
55
cache: pip
66

77
env:
8-
- DJANGO='https://github.com/django/django/archive/master.tar.gz'
8+
- DJANGO='django>=1.11.0,<2.0.0'
99
- DJANGO='django>=1.10.0,<1.11.0'
1010
- DJANGO='django>=1.9.0,<1.10.0'
1111
- DJANGO='django>=1.8.0,<1.9.0'

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ deps=
1616
django18: Django>=1.8,<1.9
1717
django19: Django>=1.9,<1.10
1818
django110: Django>=1.10,<1.11
19+
django111: Django>=1.11,<2.0

0 commit comments

Comments
 (0)