mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 17:36:18 +03:00
Add doc build & linkcheck to CI
This commit is contained in:
parent
02c00c10b7
commit
8e05ae6fb8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user