From 9fb42e21db1e6b53842366e613c23ff0e0e6fda9 Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Sun, 10 Jan 2016 18:05:30 +0000 Subject: [PATCH] Enfore PEP8 checking in ACME --- pep8.travis.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pep8.travis.sh b/pep8.travis.sh index ccac0a435..13a727596 100755 --- a/pep8.travis.sh +++ b/pep8.travis.sh @@ -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 \