dist: xenial
language: python
cache: pip

git:
    quiet: true

python:
    - "3.6"

script:
    - find . -name \*.py -print0 | sort -z | xargs -r0 flake8