From 270688c441c613bd4d9f7250ea93f67ca17d45b4 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 13 May 2020 23:46:18 +0200 Subject: Travis CI: Lint Python code for syntax errors and undefined names --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..bb3ac0da --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +dist: focal +language: python +install: pip install flake8 +script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics -- cgit v1.2.3