From a90ea6b2659601ad25a5ed7a52cd6720b29ec01f Mon Sep 17 00:00:00 2001 From: Biryuzovye Kleshni Date: Mon, 25 Jun 2018 05:56:43 +0000 Subject: [PATCH] Link OpenSSL --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 017f878f..1fa91601 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ os: osx osx_image: xcode9.4 before_install: - brew install openssl + - brew link --force openssl install: - pip install -r requirements.txt - python setup.py install