summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2015-01-07 08:59:34 +0100
committerSebastian Thiel <byronimo@gmail.com>2015-01-07 08:59:34 +0100
commitd437078d8f95cb98f905162b2b06d04545806c59 (patch)
tree6c0c7dde41a26e7ca416776451a269ff04c2d5e8 /.travis.yml
parentfce04b7e4e6e1377aa7f07da985bb68671d36ba4 (diff)
downloadgitpython-d437078d8f95cb98f905162b2b06d04545806c59.tar.gz
Added flake8 testing to travis
Fixes #177
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