From d3911da65316730a3b0ebfeb3f21ceb3be3461ef Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 18 Feb 2011 03:32:10 -0500 Subject: [PATCH] tox update (usable now?) --- tox.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9a7083f..7c7d855 100644 --- a/tox.ini +++ b/tox.ini @@ -1,4 +1,7 @@ [tox] envlist = py24,py25,py26,py27 + [testenv] -commands=nosetests --with-xunit --xunit-file=nosetests.xml \ No newline at end of file +commands=py.test --junitxml=junit-{envname}.xml +deps = + pytest \ No newline at end of file -- 2.34.1