diff --git a/tox.ini b/tox.ini index 38e6099..4f23ca7 100644 --- a/tox.ini +++ b/tox.ini @@ -24,9 +24,9 @@ commands = pyflakes zpm setup.py zpmlib [testenv:full] commands = py.test \ --doctest-modules \ + --junit-xml junit.xml \ --cov-report html \ --cov-report xml \ - --junit-xml junit.xml \ --cov zpmlib \ zpmlib