diff options
author | Jack Lloyd <[email protected]> | 2016-12-06 00:32:27 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-12-06 00:32:27 -0500 |
commit | 8faed8bf9a1e6c059402027800aa8b2e78aabbb9 (patch) | |
tree | 6edb024c48a6b1548475514b5c58c08d81ecd352 | |
parent | 438bfa7791ec48e07ed75886c9535c578e1dbded (diff) |
Another try at fixing docs
-rwxr-xr-x | src/scripts/ci/travis/install.sh | 4 |
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 |