diff options
-rw-r--r-- | .travis.yml | 3 |
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 |