Remove Python 3.4 from supported because it's no longer supported

This commit is contained in:
Sergey Petrov
2019-05-12 20:02:26 +03:00
parent c974873321
commit 525734ed35
3 changed files with 6 additions and 17 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py34, py35, py36, py37
envlist = py27, py35, py36, py37
[testenv]
commands = nosetests []