sudo: false language: python python: - "3.4" install: "pip install pep8" script: "pep8 --ignore=E113 *.py lib/*.py"