Skip to content

Commit 01ea561

Browse files
authored
[3.6] Install dependencies in Travis OSX build (GH-1952)
(cherry picked from commit 167e0fc)
1 parent 798cfb2 commit 01ea561

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ matrix:
2828
compiler: clang
2929
# Testing under macOS is optional until testing stability has been demonstrated.
3030
env: OPTIONAL=true
31+
before_install:
32+
- brew install openssl xz
33+
- export CPPFLAGS="-I$(brew --prefix openssl)/include"
34+
- export LDFLAGS="-L$(brew --prefix openssl)/lib"
3135
- os: linux
3236
language: python
3337
python: 3.6

0 commit comments

Comments
 (0)