summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
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