Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Warmuz <jakub@warmuz.org>2015-09-11 10:05:56 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-09-11 10:12:49 +0300
commit0ebef628463f30ea2fd74d876e9b4939977828fe (patch)
tree5f6167ab5647b5a9318b5123fdc35b5f72bd708b /pep8.travis.sh
parent809f4966d6629e86f7ef517ef8b5ab9dd1321170 (diff)
Travis: no fail on pep8
Diffstat (limited to 'pep8.travis.sh')
-rwxr-xr-xpep8.travis.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/pep8.travis.sh b/pep8.travis.sh
new file mode 100755
index 000000000..ccac0a435
--- /dev/null
+++ b/pep8.travis.sh
@@ -0,0 +1,12 @@
+#!/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