Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit d1b90ce

Browse files
authored
Installing OpenSSL required for pip (#484)
1 parent e5a9b7f commit d1b90ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

travis/before_install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ elif [ "$TRAVIS_OS_NAME" == "osx" ]; then
3131
# Setup Python.
3232
export PYTHON_DIR="/usr/local/bin"
3333
brew unlink python
34+
brew install openssl
3435
if [ "${PYTHON_VERSION}" == "python3" ]; then
3536
brew install ccache
3637
brew unlink python

0 commit comments

Comments
 (0)