aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 9b08e64affb2c438391cb585b5c61200aec6ed51 (plain)
1
2
3
4
5
6
os: linux
dist: focal
language: python
python: 3.8
install: pip install flake8
script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics