summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2017-06-05 22:41:36 -0500
committerGitHub <noreply@github.com>2017-06-05 22:41:36 -0500
commite29c5e81045e24b60cec0f3990598d8468a56a0d (patch)
tree9fe44a53c4a7c4aab1ffa3b2ff8c98049c6eb4d0 /.travis.yml
parentddf8f141f0181f9cac05c87383ea60887acffaec (diff)
downloadcpython-git-e29c5e81045e24b60cec0f3990598d8468a56a0d.tar.gz
[2.7] Install dependencies in Travis OSX build (GH-1952)
(cherry picked from commit 167e0fc211c06df)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 9673254828..996566fdfd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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