remove py34 support from tox (#1347)

This commit is contained in:
Michel Oosterhof 2020-05-05 10:52:10 +08:00 committed by GitHub
parent c825c12032
commit b8e0df92f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -1,12 +1,11 @@
[tox] [tox]
skipsdist = True skipsdist = True
envlist = lint,py27,py34,py35,py36,py37,py38,docs envlist = lint,py27,py35,py36,py37,py38,docs
deps = -r{toxinidir}/requirements.txt deps = -r{toxinidir}/requirements.txt
[travis] [travis]
python = python =
2.7: py27 2.7: py27
3.4: py34
3.5: py35 3.5: py35
3.6: py36 3.6: py36
3.7: py37, lint, docs 3.7: py37, lint, docs