mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
Do not use xunit. coverage instead of xcoverage.
This commit is contained in:
@@ -14,7 +14,7 @@ commands =
|
|||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
commands =
|
commands =
|
||||||
python setup.py dev
|
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]
|
[testenv:lint]
|
||||||
commands =
|
commands =
|
||||||
|
|||||||
Reference in New Issue
Block a user