language: python python: - "2.7" install: - "pip install pep8" script: - "pep8 --ignore=E501 ." notifications: email: false