From 15a719f112e2663ca14c1984e8684ba702b5d4a8 Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Thu, 9 Mar 2017 11:05:38 -0600 Subject: [PATCH] Remove py26 from tox (#11) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9336dcd..0ec375f 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = {pypy,pep8,py3pep8,py26,py27,py33,py34,py35} +envlist = {pypy,pep8,py3pep8,py27,py33,py34,py35} [testenv] deps =