Skip to content

Commit 4054d51

Browse files
author
Brandon Taylor
committed
Dropped Django 1.6.7 from Travis
1 parent c9f486c commit 4054d51

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.travis.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ python:
77
- "3.6"
88

99
env:
10-
- DJANGO_VERSION=1.6.7 SAMPLE_PROJECT=sample_project
1110
- DJANGO_VERSION=1.7.7 SAMPLE_PROJECT=sample_project
1211
- DJANGO_VERSION=1.8.7 SAMPLE_PROJECT=sample_project
1312
- DJANGO_VERSION=1.9 SAMPLE_PROJECT=sample_project
@@ -24,14 +23,6 @@ matrix:
2423
python: "2.7"
2524
env: DJANGO_VERSION=3.0.0 SAMPLE_PROJECT=sample_project
2625

27-
-
28-
python: "3.4"
29-
env: DJANGO_VERSION=1.6.7 SAMPLE_PROJECT=sample_project
30-
31-
-
32-
python: "3.5"
33-
env: DJANGO_VERSION=1.6.7 SAMPLE_PROJECT=sample_project
34-
3526
-
3627
python: "3.5"
3728
env: DJANGO_VERSION=1.7.7 SAMPLE_PROJECT=sample_project

0 commit comments

Comments
 (0)