Merge pull request #1655 from wiredfool/sphinx-travis

Install pillow before running sphinx on travis
This commit is contained in:
wiredfool 2016-01-08 12:48:12 -08:00
commit 66c99b9d20

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: