Skip to content

Commit e8fd4b9

Browse files
committed
Drop Python3.4
Python3.4 become EOL on 2019.03.18. https://www.python.org/dev/peps/pep-0429/
1 parent 6d4587e commit e8fd4b9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ matrix:
1717
env: TOXENV=docs
1818
- python: 2.7
1919
env: TOXENV=coverage,codecov
20-
- python: 3.4
21-
env: TOXENV=py34
2220
- python: 3.5
2321
env: TOXENV=py35
2422
- python: 3.5

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
2+
envlist = py27, py35, py36, py37
33

44
[testenv]
55
passenv = TOXENV CI TRAVIS TRAVIS_*

0 commit comments

Comments
 (0)