From 67b81c22a7e5ce6ddcc4ca4823f16e62f03b8aa0 Mon Sep 17 00:00:00 2001 From: ipcrm Date: Wed, 8 Nov 2017 23:12:23 -0500 Subject: [PATCH] updating tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index bc51ee9..f47f940 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py27,py33,py34,py35 +envlist = py27,py35 skipsdist = true [testenv]