sudo: no language: python python: - "2.7" install: - pip install flake8 pep8 script: - git diff HEAD^ | flake8 --diff --ignore=E501