From 7e20f32b02f3ee50408118bef3ea269e7769be80 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 18 Feb 2011 04:41:42 -0500 Subject: [PATCH] pypy configuration --- tox.ini | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 7c7d855..388d6f9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,11 @@ [tox] -envlist = py24,py25,py26,py27 +envlist = py24,py25,py26,py27,pypy [testenv] commands=py.test --junitxml=junit-{envname}.xml deps = - pytest \ No newline at end of file + pytest + +[testenv:pypy] +basepython=/usr/bin/pypy-c + -- 2.34.1