From 4180a96f15e4b2d3ae74b04324779a7a5852a5f9 Mon Sep 17 00:00:00 2001 From: "Nicholas Nadeau, P.Eng., AVS" Date: Fri, 8 Dec 2017 11:04:28 -0500 Subject: [PATCH] removed python 3.3 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 642e846b..b358ce9d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,pypy,py33,py34,py35,py36 +envlist = py27,pypy,py34,py35,py36 [testenv] deps =