diff options
author | Never <[email protected]> | 2016-12-07 11:26:51 +0100 |
---|---|---|
committer | Never <[email protected]> | 2016-12-07 11:26:51 +0100 |
commit | 8213153d37b4dde1a3722547a3fca07a8c2b4dd2 (patch) | |
tree | cedf4eb6e5e11641df3113d59910e11061b938af /src | |
parent | 8faed8bf9a1e6c059402027800aa8b2e78aabbb9 (diff) |
adjust package name for Travis CI
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 |