From cb075080461cddbcf1b2d766d2d3a399da16ea27 Mon Sep 17 00:00:00 2001 From: Michael Krotscheck Date: Wed, 18 Feb 2015 15:56:20 -0800 Subject: [PATCH] Removed py33, pypy from python-storyboardclient I don't think we need to support these. Change-Id: I83f4192cce140ed63468ed9936332fccfc0bc3ee --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 301fd3b..d5a4c6d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py33,py34,py27,pypy,pep8 +envlist = py34,py27,pep8 skipsdist = True [testenv]