diff --git a/tox.ini b/tox.ini index 4999d6a5..8e191e16 100644 --- a/tox.ini +++ b/tox.ini @@ -3,9 +3,9 @@ envlist = py25,py26,py27,pypy [testenv] commands=py.test --junitxml=junit-{envname}.xml -deps = +deps = pytest [testenv:pypy] -basepython=/usr/bin/pypy-c +basepython=/usr/bin/pypy