From cea567d598906174459c0c14b6554e7a3368f0dc Mon Sep 17 00:00:00 2001 From: Jacobo de Vera Date: Sun, 6 Oct 2019 00:53:51 +0200 Subject: [PATCH] Run flake8 in Travis tests So that pull requests are marked as failed if they do not pass flake8 cleanly. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 33277c0..964d029 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,3 +8,4 @@ install: - pipenv install -d script: - pytest + - flake8