mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 09:56:17 +03:00
Merge pull request #1655 from wiredfool/sphinx-travis
Install pillow before running sphinx on travis
This commit is contained in:
commit
66c99b9d20
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user