mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-03 13:11:25 +08:00
Make sure sphinx is installed before building the docs on Travis
This commit is contained in:
+10
-9
@@ -7,15 +7,6 @@ section "Test.with.min.requirements"
|
||||
nosetests $TEST_ARGS skimage
|
||||
section_end "Test.with.min.requirements"
|
||||
|
||||
section "Build.docs"
|
||||
if [[ ($PY != 2.6) && ($PY != 3.2) ]]; then
|
||||
SPHINXBUILD="python $(which sphinx-build)"
|
||||
pushd doc
|
||||
$SPHINXBUILD -d $HOME/.cache/sphinx -W source build/html
|
||||
popd
|
||||
fi
|
||||
section_end "Build.docs"
|
||||
|
||||
section "Flake8.test"
|
||||
flake8 --exit-zero --exclude=test_*,six.py skimage doc/examples viewer_examples
|
||||
section_end "Flake8.test"
|
||||
@@ -58,6 +49,16 @@ pip list
|
||||
section_end "Install.optional.dependencies"
|
||||
|
||||
|
||||
section "Build.docs"
|
||||
if [[ ($PY != 2.6) && ($PY != 3.2) ]]; then
|
||||
SPHINXBUILD="python $(which sphinx-build)"
|
||||
pushd doc
|
||||
$SPHINXBUILD -d $HOME/.cache/sphinx -W source build/html
|
||||
popd
|
||||
fi
|
||||
section_end "Build.docs"
|
||||
|
||||
|
||||
section "Run.doc.examples"
|
||||
|
||||
# Matplotlib settings - do not show figures during doc examples
|
||||
|
||||
Reference in New Issue
Block a user