language: python python: 2.7 install: "pip install flake8" script: "flake8 ." notifications: email: webqa-ci@mozilla.org