Drop Python3.4

Python 3.4 has become EOL on March 18, 2019.

 https://www.python.org/dev/peps/pep-0429/
This commit is contained in:
Oz N Tiram 2019-04-05 21:04:13 +02:00
parent 5c03b3b237
commit 511243a341
2 changed files with 1 additions and 3 deletions

View File

@ -15,8 +15,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,6 +1,6 @@
[tox]
skipsdist = True
envlist = py27, py34, py35, py36, py37
envlist = py27, py35, py36, py37
[testenv]
passenv = TOXENV CI TRAVIS TRAVIS_*