Add doc build & linkcheck to CI

This commit is contained in:
Alex Clark 2015-09-30 09:10:28 -04:00
parent 02c00c10b7
commit 8e05ae6fb8

View File

@ -46,6 +46,8 @@ script:
- if [ "$TRAVIS_PYTHON_VERSION" != "nightly" ]; then coverage run --append --include=PIL/* selftest.py; fi
- if [ "$TRAVIS_PYTHON_VERSION" != "nightly" ]; then coverage run --append --include=PIL/* -m nose -vx Tests/test_*.py; fi
- check-manifest --ignore "depends/*"
# Sphinx
- cd docs; make html; make linkcheck
after_success:
# gather the coverage data