From bbd1e40bd57322fb0f41a0ab202c2b788de053c5 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 17 Jun 2011 14:09:33 -0400 Subject: [PATCH] no pypy default --- tox.ini | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tox.ini b/tox.ini index 8e191e1..87e79ac 100644 --- a/tox.ini +++ b/tox.ini @@ -1,11 +1,7 @@ [tox] -envlist = py25,py26,py27,pypy +envlist = py25,py26,py27 [testenv] commands=py.test --junitxml=junit-{envname}.xml deps = pytest - -[testenv:pypy] -basepython=/usr/bin/pypy - -- 2.34.1