mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 00:22:28 +02:00
Require pep8 in [testing]
This commit is contained in:
@@ -67,6 +67,7 @@ testing_extras = [
|
|||||||
'coverage',
|
'coverage',
|
||||||
'nose',
|
'nose',
|
||||||
'nosexcover',
|
'nosexcover',
|
||||||
|
'pep8',
|
||||||
'tox',
|
'tox',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@@ -36,9 +36,8 @@ basepython = python2.7
|
|||||||
# duplicate code checking; if one of the commands fails, others will
|
# duplicate code checking; if one of the commands fails, others will
|
||||||
# continue, but tox return code will reflect previous error
|
# continue, but tox return code will reflect previous error
|
||||||
commands =
|
commands =
|
||||||
pip install pep8
|
|
||||||
pep8 setup.py acme letsencrypt letsencrypt-apache letsencrypt-nginx letsencrypt-compatibility-test letshelp-letsencrypt
|
|
||||||
pip install -r requirements.txt -e acme -e .[dev] -e letsencrypt-apache -e letsencrypt-nginx -e letsencrypt-compatibility-test -e letshelp-letsencrypt
|
pip install -r requirements.txt -e acme -e .[dev] -e letsencrypt-apache -e letsencrypt-nginx -e letsencrypt-compatibility-test -e letshelp-letsencrypt
|
||||||
|
pep8 setup.py acme letsencrypt letsencrypt-apache letsencrypt-nginx letsencrypt-compatibility-test letshelp-letsencrypt
|
||||||
pylint --rcfile=.pylintrc letsencrypt
|
pylint --rcfile=.pylintrc letsencrypt
|
||||||
pylint --rcfile=.pylintrc acme/acme
|
pylint --rcfile=.pylintrc acme/acme
|
||||||
pylint --rcfile=.pylintrc letsencrypt-apache/letsencrypt_apache
|
pylint --rcfile=.pylintrc letsencrypt-apache/letsencrypt_apache
|
||||||
|
|||||||
Reference in New Issue
Block a user