From 5a61dcb5c4f149d350c7f01421a13c620cef7f48 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 13 May 2020 23:59:52 +0200 Subject: python: 3.8 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3