Commit e29c5e81 authored by Zachary Ware's avatar Zachary Ware Committed by GitHub

[2.7] Install dependencies in Travis OSX build (GH-1952)

(cherry picked from commit 167e0fc2)
parent ddf8f141
......@@ -28,6 +28,10 @@ matrix:
compiler: clang
# Testing under macOS is optional until testing stability has been demonstrated.
env: OPTIONAL=true
before_install:
- brew install openssl xz
- export CPPFLAGS="-I$(brew --prefix openssl)/include"
- export LDFLAGS="-L$(brew --prefix openssl)/lib"
- os: linux
language: python
python: 2.7
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment