Do not use xunit. coverage instead of xcoverage.

This commit is contained in:
Jakub Warmuz 2014-11-27 20:56:35 +01:00
parent 9d5ab7dbcc
commit dfd7e142c1

View file

@ -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 =