From f9213b08441e77cb844ea9d9dce8efa44deb12c1 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Thu, 21 Jun 2018 22:58:16 -0400 Subject: [PATCH] Update tox.ini (#8) * Update tox.ini * Update .travis.yml --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 34b6cee..ce5b8de 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,5 @@ [tox] envlist = py{27, - 34, 35, 36, #37, @@ -9,4 +8,4 @@ envlist = py{27, [testenv] commands = pytest - pylint rfd \ No newline at end of file + pylint rfd