From 38279f8cd6e4f7e6ae3781b3d820bac49ddc337e Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sun, 31 Dec 2017 11:53:38 +1100 Subject: [PATCH] Removed py33 from tox envlist --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0d2e41765..67ce46bff 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py27, py33, py34, py35, py36 +envlist = py27, py34, py35, py36 [testenv] commands =