[3.6] Install dependencies in Travis OSX build (GH-1952)
(cherry picked from commit 167e0fc211
)
This commit is contained in:
parent
798cfb2123
commit
01ea561f29
|
@ -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: 3.6
|
||||
|
|
Loading…
Reference in New Issue