From 8faed8bf9a1e6c059402027800aa8b2e78aabbb9 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Tue, 6 Dec 2016 00:32:27 -0500 Subject: Another try at fixing docs --- src/scripts/ci/travis/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scripts/ci/travis/install.sh b/src/scripts/ci/travis/install.sh index b975cb571..a4718a1cc 100755 --- a/src/scripts/ci/travis/install.sh +++ b/src/scripts/ci/travis/install.sh @@ -28,8 +28,8 @@ if [ "$TRAVIS_OS_NAME" = "linux" ]; then # all C++ features used in the manual. Install python-requests to avoid # problem in Ubuntu packaged version, see # http://stackoverflow.com/questions/32779919/no-module-named-for-requests - sudo apt-get remove python-requests - sudo pip install requests sphinx + sudo apt-get remove python-requests pyopenssl + sudo pip install requests sphinx pyopenssl fi if [ "$BUILD_MODE" = "coverage" ]; then -- cgit v1.2.3