Drop support for EOL Python 3.4

This commit is contained in:
Hugo
2019-12-02 17:56:08 +02:00
parent 3a87f367fe
commit 8f1e6ad10c
4 changed files with 3 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
[tox]
envlist=
linting
py{27,34,35,36,37,38}-pytestlatest
py{27,35,36,37,38}-pytestlatest
py38-pytest{master,features}
[testenv]