Enfore PEP8 checking in ACME

This commit is contained in:
Jakub Warmuz 2016-01-10 18:05:30 +00:00
parent 3cddb15023
commit 9fb42e21db
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA

View file

@ -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 \