From f7179968f8147e304fb61b26e381f28d4da07dff Mon Sep 17 00:00:00 2001 From: cclauss Date: Fri, 18 May 2018 09:08:13 +0200 Subject: [PATCH] Add flake8 to the testing (again) Another attempt at #2145 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2d780e81..ed1531b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,8 @@ python: - "3.6" - "nightly" - "pypy3" +before_install: pip install flake8 +before_script: flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics script: make test sudo: false notifications: