From f6ea0179755348b84aff5a044fb86029b8e18ed6 Mon Sep 17 00:00:00 2001 From: Craig Maloney Date: Fri, 2 Aug 2019 09:26:17 -0400 Subject: [PATCH] Updating to drop testing 3.3 and 3.4 Python --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8735c4e..696e021 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py34,py35,py36,py37 +envlist = py27,py35,py36,py37 [testenv] deps=pytest commands = {posargs:pytest}