1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-13 10:22:20 +03:00

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 =