diff --git a/tox.ini b/tox.ini index 114c3868b..75941366e 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ commands = [testenv:cover] commands = python setup.py dev - python setup.py nosetests --with-xunit --with-xcoverage --cover-min-percentage=100 + python setup.py nosetests --with-coverage --cover-min-percentage=100 [testenv:lint] commands =