mirror of
https://github.com/certbot/certbot.git
synced 2026-02-20 08:20:44 -05:00
Do not use xunit. coverage instead of xcoverage.
This commit is contained in:
parent
9d5ab7dbcc
commit
dfd7e142c1
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
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 =
|
||||
|
|
|
|||
Loading…
Reference in a new issue