mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 16:14:44 +02:00
13 lines
242 B
Bash
Executable File
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
|