summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2bf21d0e57..c4bfe17640 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -86,7 +86,8 @@ install:
- pip install --upgrade setuptools
- pip install --upgrade codecov
- pip install --upgrade flake8
- - pip install --upgrade sphinx
+ - if [[ "$TEST_SUITE" == "doc" ]]; then pip install --upgrade sphinx; fi
+ - if [[ "$TEST_SUITE" == "doc" ]]; then pip install --upgrade sphinxcontrib-programoutput; fi
before_script:
# Need this for the git tests to succeed.