diff options
author | Christian Clauss <cclauss@me.com> | 2020-05-13 23:59:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-13 23:59:52 +0200 |
commit | 5a61dcb5c4f149d350c7f01421a13c620cef7f48 (patch) | |
tree | c00cc31f76b3bc1a60e09f678ed069f296207978 | |
parent | 270688c441c613bd4d9f7250ea93f67ca17d45b4 (diff) | |
download | fatcat-5a61dcb5c4f149d350c7f01421a13c620cef7f48.tar.gz fatcat-5a61dcb5c4f149d350c7f01421a13c620cef7f48.zip |
python: 3.8
-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 |