From 0e4cd15705780eaca8ebfd6fb746ddc11e10d1cd Mon Sep 17 00:00:00 2001 From: Flavio Percoco Date: Tue, 8 Dec 2015 22:49:34 -0430 Subject: [PATCH] Remove pypy env from tox We removed pypy's gate a few weeks ago as it's been failing for some time. This means we're not supporting it anymore. Therefore, it should be ok to remove it from the tox file. Change-Id: Iac9bf4775794b8d097c0c5cae0337f14fa2fa25c --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0da8cb84..b016552a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py34,py33,py26,py27,pypy,pep8 +envlist = py34,py33,py26,py27,pep8 minversion = 1.6 skipsdist = True