Skip to content

Commit d437078

Browse files
committed
Added flake8 testing to travis
Fixes #177
1 parent fce04b7 commit d437078

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ git:
1212
install:
1313
- git submodule update --init --recursive
1414
- git fetch --tags
15-
- pip install coveralls
15+
- pip install coveralls flake8
1616

1717
# generate some reflog as git-python tests need it (in master)
1818
- git checkout master
@@ -26,5 +26,6 @@ install:
2626
- git config --global user.name "Travis Runner"
2727
script:
2828
- nosetests -v --with-coverage
29+
- flake8
2930
after_success:
3031
- coveralls

0 commit comments

Comments
 (0)