Add pylintrc, remove docstring-req from test_ functions, start rising coverage requirement

This commit is contained in:
James Kasten
2014-12-13 23:47:57 -08:00
parent 00eedfbfda
commit a272a0a6e9
2 changed files with 382 additions and 2 deletions
+2 -2
View File
@@ -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