Skip to content

Commit 319de43

Browse files
committed
Remove Python 3.4 from AppVeyor and Travis configs
1 parent 2bc77ac commit 319de43

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ language: python
33
matrix:
44
include:
55
- python: 2.7
6-
- python: 3.4
76
- python: 3.5
87
- python: 3.6
98
- python: 3.7

appveyor.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ environment:
88
- TOXENV: py27-defaultreactor
99
PYTHON: "C:\\Python27-x64"
1010

11-
- TOXENV: py34-defaultreactor
12-
PYTHON: "C:\\Python34"
13-
14-
- TOXENV: py34-defaultreactor
15-
PYTHON: "C:\\Python34-x64"
16-
1711
- TOXENV: py35-defaultreactor, win-py35-qt5reactor, py35-asyncioreactor
1812
PYTHON: "C:\\Python35"
1913

0 commit comments

Comments
 (0)