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 6569c48 commit a41a8b9Copy full SHA for a41a8b9
.travis.yml
@@ -12,7 +12,7 @@ git:
12
install:
13
- git submodule update --init --recursive
14
- git fetch --tags
15
- - pip install coveralls flake8
+ - pip install coveralls flake8 sphinx
16
17
# generate some reflog as git-python tests need it (in master)
18
- git checkout master
@@ -30,5 +30,6 @@ script:
30
- ulimit -n
31
- nosetests -v --with-coverage
32
- flake8
33
+ - cd doc && make html
34
after_success:
35
- coveralls
0 commit comments