aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2020-05-13 23:59:52 +0200
committerGitHub <noreply@github.com>2020-05-13 23:59:52 +0200
commit5a61dcb5c4f149d350c7f01421a13c620cef7f48 (patch)
treec00cc31f76b3bc1a60e09f678ed069f296207978
parent270688c441c613bd4d9f7250ea93f67ca17d45b4 (diff)
downloadfatcat-5a61dcb5c4f149d350c7f01421a13c620cef7f48.tar.gz
fatcat-5a61dcb5c4f149d350c7f01421a13c620cef7f48.zip
python: 3.8
-rw-r--r--.travis.yml2
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