tox configuration

This commit is contained in:
Kenneth Reitz
2011-02-21 13:20:45 -05:00
parent 454a8bac60
commit 2274f55c0e
+11
View File
@@ -0,0 +1,11 @@
[tox]
envlist = py24,py25,py26,py27
[testenv]
commands=py.test --junitxml=junit-{envname}.xml
deps =
simplejson
pytest
[testenv:pypy]
basepython=/usr/bin/pypy-c