pypy configuration

This commit is contained in:
Kenneth Reitz
2011-02-18 04:41:42 -05:00
parent 4419e7183f
commit 7e20f32b02
+6 -2
View File
@@ -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
pytest
[testenv:pypy]
basepython=/usr/bin/pypy-c