From 045a32550393ef3d765928af760fd6b79e7cf4db Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Wed, 27 Jun 2012 09:36:32 -0700 Subject: [PATCH] Comment out alpha pypy environment from buildbot. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 97156e0..69eab3a 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py25, py26, py27, py30, py31, py32, pypy +envlist = py25, py26, py27, py30, py31, py32 #, pypy [testenv] setenv = CFLAGS=-O0 -- 2.7.4