mirror of
https://github.com/certbot/certbot.git
synced 2026-07-25 07:13:33 +02:00
Travis: no fail on pep8
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
pep8 \
|
||||
setup.py \
|
||||
acme \
|
||||
letsencrypt \
|
||||
letsencrypt-apache \
|
||||
letsencrypt-nginx \
|
||||
letsencrypt-compatibility-test \
|
||||
letshelp-letsencrypt \
|
||||
|| echo "PEP8 checking failed, but it's ignored in Travis"
|
||||
|
||||
# echo exits with 0
|
||||
@@ -37,7 +37,7 @@ basepython = python2.7
|
||||
# continue, but tox return code will reflect previous error
|
||||
commands =
|
||||
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
|
||||
./pep8.travis.sh
|
||||
pylint --rcfile=.pylintrc letsencrypt
|
||||
pylint --rcfile=.pylintrc acme/acme
|
||||
pylint --rcfile=.pylintrc letsencrypt-apache/letsencrypt_apache
|
||||
|
||||
Reference in New Issue
Block a user