From f09508f17f30ddab686d2a4b0d6e7374e82c583b Mon Sep 17 00:00:00 2001 From: wiredfool Date: Fri, 8 Jan 2016 10:07:24 -0800 Subject: [PATCH] install before running sphinx --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e1406d466..67f9ea3bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: