Install OpenSSL

This commit is contained in:
Biryuzovye Kleshni 2018-06-25 05:49:50 +00:00
parent 01436f0977
commit f12d100ad8

View File

@ -1,6 +1,8 @@
language: c
os: osx
osx_image: xcode9.4
before_install:
- brew install openssl
install:
- pip install -r requirements.txt
- python setup.py install