Files
certbot-certbot-2/pep8.travis.sh
T
2015-09-11 07:12:49 +00:00

13 lines
242 B
Bash
Executable File

#!/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