From d437078d8f95cb98f905162b2b06d04545806c59 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 7 Jan 2015 08:59:34 +0100 Subject: Added flake8 testing to travis Fixes #177 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 004129e1..4f77dbca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ git: install: - git submodule update --init --recursive - git fetch --tags - - pip install coveralls + - pip install coveralls flake8 # generate some reflog as git-python tests need it (in master) - git checkout master @@ -26,5 +26,6 @@ install: - git config --global user.name "Travis Runner" script: - nosetests -v --with-coverage + - flake8 after_success: - coveralls -- cgit v1.2.3