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