Skip to content

Commit 167e0fc

Browse files
authored
Install dependencies in Travis OSX build (GH-1952)
1 parent c53b13b commit 167e0fc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.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
# Build the docs against a stable version of Python so code bugs don't hold up doc-related PRs.

0 commit comments

Comments
 (0)