language: python install: pip install flake8 script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics