Skip to content

Commit 6c8d3d7

Browse files
committed
Remove unsupported Python version from travis builds
1 parent 077e61d commit 6c8d3d7

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

Diff for: .travis.yml

+4-12
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,14 @@ language: python
33

44
matrix:
55
include:
6-
- env: TOXENV=django111-py27
7-
python: 2.7
8-
- env: TOXENV=django111-py34
9-
python: 3.4
10-
- env: TOXENV=django111-py35
11-
python: 3.5
126
- env: TOXENV=django111-py36
137
python: 3.6
148
- env: TOXENV=django111-py37
159
python: 3.7
16-
- env: TOXENV=django22-py35
17-
python: 3.5
10+
- env: TOXENV=django111-py38
11+
python: 3.8
12+
- env: TOXENV=django111-py39
13+
python: 3.9
1814
- env: TOXENV=django22-py36
1915
python: 3.6
2016
- env: TOXENV=django22-py37
@@ -23,8 +19,6 @@ matrix:
2319
python: 3.8
2420
- env: TOXENV=django22-py39
2521
python: 3.9
26-
- env: TOXENV=django30-py35
27-
python: 3.5
2822
- env: TOXENV=django30-py36
2923
python: 3.6
3024
- env: TOXENV=django30-py37
@@ -33,8 +27,6 @@ matrix:
3327
python: 3.8
3428
- env: TOXENV=django30-py39
3529
python: 3.9
36-
- env: TOXENV=django32-py35
37-
python: 3.5
3830
- env: TOXENV=django32-py36
3931
python: 3.6
4032
- env: TOXENV=django32-py37

0 commit comments

Comments
 (0)