mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-21 12:50:27 +08:00
Try a fix for py27 build
This commit is contained in:
@@ -16,5 +16,5 @@ coverage:
|
||||
nosetests skimage --with-coverage --cover-package=skimage
|
||||
|
||||
html:
|
||||
pip install -q sphinx
|
||||
pip install -q sphinx==1.2.3
|
||||
export SPHINXOPTS=-W; make -C doc html
|
||||
|
||||
@@ -10,6 +10,7 @@ section_end "Test.with.min.requirements"
|
||||
section "Build.docs"
|
||||
if [[ ($PY != 2.6) && ($PY != 3.2) ]]; then
|
||||
sudo apt-get install -qq texlive texlive-latex-extra dvipng
|
||||
pip install -U setuptools pip
|
||||
make html
|
||||
fi
|
||||
section_end "Build.docs"
|
||||
|
||||
Reference in New Issue
Block a user