Skip to content

Commit 74812ff

Browse files
Adil Naimikorfuri
authored andcommitted
CI remove unsupported django and python versions
1 parent 3d29ede commit 74812ff

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.travis.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,14 @@
11
language: python
22
python:
33
- "3.6"
4-
- "3.5"
5-
- "3.4"
6-
- "3.3"
74
- "2.7"
85
env:
96
- DJANGO_VERSION=1.11
10-
- DJANGO_VERSION=1.10
11-
- DJANGO_VERSION=1.9
12-
- DJANGO_VERSION=1.8
137
services:
148
- mysql
159
- postgresql
1610
matrix:
1711
exclude:
18-
- python: "3.3"
19-
env: DJANGO_VERSION=1.9
20-
- python: "3.3"
21-
env: DJANGO_VERSION=1.10
22-
- python: "3.3"
23-
env: DJANGO_VERSION=1.11
24-
- python: "3.4"
25-
env: DJANGO_VERSION=1.9
2612
- python: "2.7"
2713
env: DJANGO_VERSION=1.9
2814
- python: "2.7"

0 commit comments

Comments
 (0)