Skip to content

Commit f4eebdc

Browse files
committed
drop end-of-life Python version 3.4
1 parent 7480fcd commit f4eebdc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: python
22
matrix:
33
include:
44
- python: 3.5
5-
env: TOXENV=py27,py34,py35
5+
env: TOXENV=py27,py35
66
- python: 3.6
77
env: TOXENV=py36
88

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist=py27,py34,py35,py36,py37,py38
2+
envlist=py27,py35,py36,py37,py38
33
skipsdist=True
44

55
[testenv]

0 commit comments

Comments
 (0)