diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index bb3ac0da..9b08e64a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,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 |