We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fce04b7 commit d437078Copy full SHA for d437078
.travis.yml
@@ -12,7 +12,7 @@ git:
12
install:
13
- git submodule update --init --recursive
14
- git fetch --tags
15
- - pip install coveralls
+ - pip install coveralls flake8
16
17
# generate some reflog as git-python tests need it (in master)
18
- git checkout master
@@ -26,5 +26,6 @@ install:
26
- git config --global user.name "Travis Runner"
27
script:
28
- nosetests -v --with-coverage
29
+ - flake8
30
after_success:
31
- coveralls
0 commit comments