From 074144879852b1f7fdd600e0c4fcb343e9c87f3e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 22 May 2011 12:14:50 -0400 Subject: [PATCH] pypy binary moved --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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