summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2015-01-15 15:40:55 +0100
committerSebastian Thiel <byronimo@gmail.com>2015-01-15 15:40:55 +0100
commita41a8b93167a59cd074eb3175490cd61c45b6f6a (patch)
tree35d81caf69c6c55f8249472e4cb543e00b78e3fe
parent6569c4849197c9475d85d05205c55e9ef28950c1 (diff)
downloadgitpython-a41a8b93167a59cd074eb3175490cd61c45b6f6a.tar.gz
Added sphinx build process to end of travis test chain
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 112df6cf..1fda2018 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,7 @@ git:
install:
- git submodule update --init --recursive
- git fetch --tags
- - pip install coveralls flake8
+ - pip install coveralls flake8 sphinx
# generate some reflog as git-python tests need it (in master)
- git checkout master
@@ -30,5 +30,6 @@ script:
- ulimit -n
- nosetests -v --with-coverage
- flake8
+ - cd doc && make html
after_success:
- coveralls