aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/ci/travis/install.sh
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2016-12-06 00:32:27 -0500
committerJack Lloyd <[email protected]>2016-12-06 00:32:27 -0500
commit8faed8bf9a1e6c059402027800aa8b2e78aabbb9 (patch)
tree6edb024c48a6b1548475514b5c58c08d81ecd352 /src/scripts/ci/travis/install.sh
parent438bfa7791ec48e07ed75886c9535c578e1dbded (diff)
Another try at fixing docs
Diffstat (limited to 'src/scripts/ci/travis/install.sh')
-rwxr-xr-xsrc/scripts/ci/travis/install.sh4
1 files 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