diff --git a/tox.ini b/tox.ini index 8e191e16..87e79ac4 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 -