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.
1 parent c9f486c commit 4054d51Copy full SHA for 4054d51
.travis.yml
@@ -7,7 +7,6 @@ python:
7
- "3.6"
8
9
env:
10
- - DJANGO_VERSION=1.6.7 SAMPLE_PROJECT=sample_project
11
- DJANGO_VERSION=1.7.7 SAMPLE_PROJECT=sample_project
12
- DJANGO_VERSION=1.8.7 SAMPLE_PROJECT=sample_project
13
- DJANGO_VERSION=1.9 SAMPLE_PROJECT=sample_project
@@ -24,14 +23,6 @@ matrix:
24
23
python: "2.7"
25
env: DJANGO_VERSION=3.0.0 SAMPLE_PROJECT=sample_project
26
27
- -
28
- python: "3.4"
29
- env: DJANGO_VERSION=1.6.7 SAMPLE_PROJECT=sample_project
30
-
31
32
- python: "3.5"
33
34
35
36
python: "3.5"
37
env: DJANGO_VERSION=1.7.7 SAMPLE_PROJECT=sample_project
0 commit comments