Link OpenSSL

This commit is contained in:
Biryuzovye Kleshni 2018-06-25 05:56:43 +00:00
parent f12d100ad8
commit a90ea6b265

View File

@ -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