From 96b820e5b14d2e764d56b6298d4952ef6b306697 Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 6 Oct 2014 14:40:59 +0200 Subject: Add flake8 linting to travis.yml --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index ca19c58..a4ffa00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,9 @@ install: - "pip install -r client/requirements.txt" - "pip install python-coveralls" - "pip install coverage" + - "pip install flake8" +before_script: + - flake8 jasper.py client script: - "coverage run client/test.py --light" after_success: -- cgit v1.3.1