Skip to content

Commit

Permalink
Merge pull request #1655 from wiredfool/sphinx-travis
Browse files Browse the repository at this point in the history
Install pillow before running sphinx on travis
  • Loading branch information
wiredfool committed Jan 8, 2016
2 parents f57e295 + f09508f commit 66c99b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 66c99b9

Please sign in to comment.