From: Kenneth Reitz Date: Fri, 18 Feb 2011 08:32:10 +0000 (-0500) Subject: tox update (usable now?) X-Git-Tag: v0.2.4~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d3911da65316730a3b0ebfeb3f21ceb3be3461ef;p=services%2Fpython-requests.git tox update (usable now?) --- 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