From 39b34b2f52a7588fb52e0a80e388ebd7877e597f Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Wed, 18 May 2016 20:25:50 +0200 Subject: [PATCH] Install flake8 in Travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 216307f..84134ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ python: install: - pip install -e . + - pip install flake8 script: - py.test -s