Drop Python3.4

Python3.4 become EOL on 2019.03.18.

 https://www.python.org/dev/peps/pep-0429/
This commit is contained in:
Oz N Tiram 2019-04-05 20:57:53 +02:00
parent 6d4587e180
commit e8fd4b9af9
2 changed files with 1 additions and 3 deletions

View File

@ -17,8 +17,6 @@ matrix:
env: TOXENV=docs
- python: 2.7
env: TOXENV=coverage,codecov
- python: 3.4
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
- python: 3.5

View File

@ -1,5 +1,5 @@
[tox]
envlist = py27, py34, py35, py36, py37
envlist = py27, py35, py36, py37
[testenv]
passenv = TOXENV CI TRAVIS TRAVIS_*