From 20fe1e0153d300e2fce5ac4359aadb03c804ea74 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 18 Feb 2011 01:55:56 -0500 Subject: [PATCH] py.test now --- tox.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 84029ee..01d1275 100644 --- a/tox.ini +++ b/tox.ini @@ -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 \ No newline at end of file + simplejson + py.test \ No newline at end of file