From 0ed367a31c33b6b1e892a53e01ec97f488bb2bca Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 18 Feb 2011 02:34:59 -0500 Subject: [PATCH] I can see how that would cause a problem. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f40dc60..9cef9b3 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ envlist = py24,py25,py26,py27 [testenv] -commands=py.test –junitxml=junit-{envname}.xml +commands=py.test --junitxml=junit-{envname}.xml deps = nose simplejson