From 8aabc4b1167034a295284c4b356db399613bf480 Mon Sep 17 00:00:00 2001 From: Dave Cowden Date: Sat, 28 Nov 2015 21:32:29 -0500 Subject: [PATCH] added travis_sphinx --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 81ba29e..5a15c46 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,12 +11,15 @@ install: - python ./setup.py install - pip install coverage - pip install coveralls + - pip install --user travis-sphinx script: - coverage run --source=cadquery ./runtests.py + - travis-sphinx --source=doc build after_success: - coveralls + - travis-sphinx deploy branches: except: