We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c53b13b commit 167e0fcCopy full SHA for 167e0fc
1 file changed
.travis.yml
@@ -28,6 +28,10 @@ matrix:
28
compiler: clang
29
# Testing under macOS is optional until testing stability has been demonstrated.
30
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"
35
- os: linux
36
language: python
37
# Build the docs against a stable version of Python so code bugs don't hold up doc-related PRs.
0 commit comments