From 0e895c8b317bddbc9321a4a6d5cc3c58ec403bb4 Mon Sep 17 00:00:00 2001 From: Johnny Robeson Date: Tue, 6 Dec 2016 23:03:28 -0500 Subject: [PATCH] install/update requests to satisfy sphinx --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index bb67723f5..f8ceb9934 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,6 +53,8 @@ addons: # test. install: - travis_retry pip install tox sphinx + # upgrade requests to satisfy sphinx linkcheck (for building man pages) + - if [[ $TRAVIS_PYTHON_VERSION == *_site_packages ]]; then pip install -U requests; fi - travis_retry tox -e $TOX_ENV --notest script: