diff options
Diffstat (limited to 'src')
-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 |