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