mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
Bump up minimum coverage to 86%
This commit is contained in:
parent
4ee70a9ee4
commit
71d8999e7c
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -19,7 +19,7 @@ setenv =
|
|||
basepython = python2.7
|
||||
commands =
|
||||
pip install -e .[testing]
|
||||
python setup.py nosetests --with-coverage --cover-min-percentage=85
|
||||
python setup.py nosetests --with-coverage --cover-min-percentage=86
|
||||
|
||||
[testenv:lint]
|
||||
# recent versions of pylint do not support Python 2.6 (#97, #187)
|
||||
|
|
|
|||
Loading…
Reference in a new issue