From 8213153d37b4dde1a3722547a3fca07a8c2b4dd2 Mon Sep 17 00:00:00 2001 From: Never Date: Wed, 7 Dec 2016 11:26:51 +0100 Subject: adjust package name for Travis CI --- src/scripts/ci/travis/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3