added pypy location to tox config

This commit is contained in:
Kenneth Reitz
2011-02-18 04:28:50 -05:00
parent 52e9d44739
commit c219972ccd
+4 -2
View File
@@ -4,6 +4,8 @@ envlist = py24,py25,py26,py27
[testenv]
commands=py.test --junitxml=junit-{envname}.xml
deps =
nose
simplejson
pytest
pytest
[testenv:pypy]
basepython=/usr/bin/pypy-c