certbot/pep8.travis.sh
Jacob Hoffman-Andrews 91cd19158e Improve user experience for linting.
Don't run pep8 for directories that we don't actually enforce pep8 on.
Install dependencies with -q.
Don't print reports, they make it hard to find the actual errors.
Remove deprecated fields from acme .pylintrc, they cause unnecessary messages
about deprecation.
2016-06-04 22:53:51 -07:00

5 lines
62 B
Bash
Executable file

#!/bin/sh
set -e # Fail fast
pep8 --config=acme/.pep8 acme