mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 17:36:18 +03:00
Install Sphinx; pushd/popd instead of cd
This commit is contained in:
parent
8e05ae6fb8
commit
93a326dc01
|
@ -23,6 +23,7 @@ install:
|
||||||
- "travis_retry pip install cffi"
|
- "travis_retry pip install cffi"
|
||||||
- "travis_retry pip install nose"
|
- "travis_retry pip install nose"
|
||||||
- "travis_retry pip install check-manifest"
|
- "travis_retry pip install check-manifest"
|
||||||
|
- "travis_retry pip install Sphinx"
|
||||||
# Pyroma tests sometimes hang on PyPy and Python 2.6; skip for those
|
# Pyroma tests sometimes hang on PyPy and Python 2.6; skip for those
|
||||||
- if [ $TRAVIS_PYTHON_VERSION != "pypy" && $TRAVIS_PYTHON_VERSION != "2.6" ]; then travis_retry pip install pyroma; fi
|
- if [ $TRAVIS_PYTHON_VERSION != "pypy" && $TRAVIS_PYTHON_VERSION != "2.6" ]; then travis_retry pip install pyroma; fi
|
||||||
|
|
||||||
|
@ -47,7 +48,7 @@ script:
|
||||||
- if [ "$TRAVIS_PYTHON_VERSION" != "nightly" ]; then coverage run --append --include=PIL/* -m nose -vx Tests/test_*.py; fi
|
- if [ "$TRAVIS_PYTHON_VERSION" != "nightly" ]; then coverage run --append --include=PIL/* -m nose -vx Tests/test_*.py; fi
|
||||||
- check-manifest --ignore "depends/*"
|
- check-manifest --ignore "depends/*"
|
||||||
# Sphinx
|
# Sphinx
|
||||||
- cd docs; make html; make linkcheck
|
- pushd docs; make html; make linkcheck; popd
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
# gather the coverage data
|
# gather the coverage data
|
||||||
|
|
Loading…
Reference in New Issue
Block a user