install before running sphinx

This commit is contained in:
wiredfool 2016-01-08 10:07:24 -08:00
parent 8d518a3f4d
commit f09508f17f

View File

@ -49,6 +49,7 @@ script:
- if [ "$TRAVIS_PYTHON_VERSION" != "nightly" ]; then coverage run --append --include=PIL/* -m nose -vx Tests/test_*.py; fi
- check-manifest --ignore "depends/*"
# Sphinx
- make install
- pushd docs; make html; make linkcheck; popd
after_success: