From a41a8b93167a59cd074eb3175490cd61c45b6f6a Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 15 Jan 2015 15:40:55 +0100 Subject: Added sphinx build process to end of travis test chain --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1