From 3480bc69c0a9ace3b4c12ec6d47070c0d0d9715d Mon Sep 17 00:00:00 2001 From: Michael Krotscheck Date: Wed, 11 Feb 2015 14:48:49 -0800 Subject: [PATCH] Removed py33 and pypy We don't test pypy. Infra no longer has instances able to test py33. Removing these from our tox.ini file seems sane. Change-Id: Icf42af12b61749a115136f25a219f4083500f353 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8b9c71f0..eb2ca6fd 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 1.6 skipsdist = True -envlist = py27,py33,py34,pypy,pep8 +envlist = py27,py34,pep8 [testenv] usedevelop = True