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

pep8.travis.sh - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ccac0a43583ed920a49948893bd1f9c7e464d13b (plain)
1
2
3
4
5
6
7
8
9
10
11
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