Skip to content

Commit d737fd7

Browse files
committed
Drop support for Django-1.10 and lower
1 parent b650205 commit d737fd7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ python:
66
- 3.6
77

88
env:
9-
- DJANGO="django<1.9"
10-
- DJANGO="django<1.10"
119
- DJANGO="django<1.11"
1210
- DJANGO="django<2.0"
1311
- DJANGO="django<2.1"
@@ -23,10 +21,12 @@ script:
2321

2422
matrix:
2523
exclude:
26-
- python: 2.7
27-
env: DJANGO='https://github.com/django/django/archive/master.tar.gz'
2824
- python: 2.7
2925
env: DJANGO="django<2.1"
26+
- python: 2.7
27+
env: DJANGO="django<2.2"
28+
- python: 2.7
29+
env: DJANGO='https://github.com/django/django/archive/master.tar.gz'
3030
- python: 3.4
3131
env: DJANGO='https://github.com/django/django/archive/master.tar.gz'
3232
allow_failures:

0 commit comments

Comments
 (0)