--- language: 'python' python: '2.7' before_install: - 'pip install flake8' install: - 'pip install --editable .' script: - 'flake8 . --exclude __init__.py'