mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 08:12:15 -04:00
Enfore PEP8 checking in ACME
This commit is contained in:
parent
3cddb15023
commit
9fb42e21db
1 changed files with 6 additions and 1 deletions
|
|
@ -1,7 +1,12 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e # Fail fast
|
||||
|
||||
# PEP8 is not ignored in ACME
|
||||
pep8 acme
|
||||
|
||||
pep8 \
|
||||
setup.py \
|
||||
acme \
|
||||
letsencrypt \
|
||||
letsencrypt-apache \
|
||||
letsencrypt-nginx \
|
||||
|
|
|
|||
Loading…
Reference in a new issue