diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/scripts/ci/travis/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/ci/travis/install.sh b/src/scripts/ci/travis/install.sh index a4718a1cc..9f24457ab 100755 --- a/src/scripts/ci/travis/install.sh +++ b/src/scripts/ci/travis/install.sh @@ -28,7 +28,7 @@ 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 pyopenssl + sudo apt-get remove python-requests python-openssl sudo pip install requests sphinx pyopenssl fi |