summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: f31c43fce63328e09d721bae25b3e54eaa6be093 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
dist: xenial
language: python
cache: pip

git:
    depth: 5
    quiet: true

python:
    - "3.6"

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