diff --git a/tox.ini b/tox.ini index e29a40f2..ecc358ac 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,6 @@ sitepackages = true commands = py.test \ --basetemp={envtmpdir} \ - --junit-xml=xunit-{envname}.xml \ --cov=mopidy --cov-report=term-missing \ -n 4 \ {posargs}