summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-04-11 21:43:22 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-04-11 21:43:22 +0200
commitbb685d0dc4f0032374a16dca73b1fb35b8f1722c (patch)
tree4e733bc7c9e42c258136980741f0a9a435b75204 /.travis.yml
parent28ea9844e4859891851210a0d818259551ab7ace (diff)
sphinx-build seems to be here on sphinx 2.0.1
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 68d5bcf5..afb9857b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,7 +37,7 @@ matrix:
compiler: gcc
env:
# 5. Only Python, associated tests and sphinx documentation
- - CMAKE_EXAMPLE='OFF' CMAKE_TEST='OFF' CMAKE_UTILITIES='OFF' CMAKE_PYTHON='ON' MAKE_TARGET='test sphinx' DEBUG='ctest -R sphinx_py_test -V'
+ - CMAKE_EXAMPLE='OFF' CMAKE_TEST='OFF' CMAKE_UTILITIES='OFF' CMAKE_PYTHON='ON' MAKE_TARGET='#test sphinx' DEBUG='ctest -R sphinx_py_test -V'
# A. Mac OSX
- os: osx
osx_image: xcode9.4