From b8e0df92f62f52debeef1cd7ee909bd94238b030 Mon Sep 17 00:00:00 2001 From: Michel Oosterhof Date: Tue, 5 May 2020 10:52:10 +0800 Subject: [PATCH] remove py34 support from tox (#1347) --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index d8d119e6..126b0762 100644 --- a/tox.ini +++ b/tox.ini @@ -1,12 +1,11 @@ [tox] skipsdist = True -envlist = lint,py27,py34,py35,py36,py37,py38,docs +envlist = lint,py27,py35,py36,py37,py38,docs deps = -r{toxinidir}/requirements.txt [travis] python = 2.7: py27 - 3.4: py34 3.5: py35 3.6: py36 3.7: py37, lint, docs