Try a fix for py27 build

This commit is contained in:
Steven Silvester
2015-03-13 22:07:04 -05:00
parent c62397493a
commit 7d65366b67
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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
+1
View File
@@ -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"