py.test now

This commit is contained in:
Kenneth Reitz
2011-02-18 01:55:56 -05:00
parent 5db8d1c3a6
commit 20fe1e0153
+3 -2
View File
@@ -2,7 +2,8 @@
envlist = py24,py25,py26,py27
[testenv]
commands=nosetests test_tablib.py --with-xunit --xunit-file=nosetests.xml
commands=py.test junitxml=junit-{envname}.xml
deps =
nose
simplejson
simplejson
py.test