mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 18:04:31 +02:00
Add pylintrc, remove docstring-req from test_ functions, start rising coverage requirement
This commit is contained in:
@@ -14,9 +14,9 @@ commands =
|
||||
[testenv:cover]
|
||||
commands =
|
||||
python setup.py dev
|
||||
python setup.py nosetests --with-coverage --cover-min-percentage=100
|
||||
python setup.py nosetests --with-coverage --cover-min-percentage=45
|
||||
|
||||
[testenv:lint]
|
||||
commands =
|
||||
python setup.py dev
|
||||
pylint letsencrypt
|
||||
pylint --rcfile=.pylintrc letsencrypt
|
||||
|
||||
Reference in New Issue
Block a user