From: Zachary Ware Date: Tue, 6 Jun 2017 03:41:36 +0000 (-0500) Subject: [2.7] Install dependencies in Travis OSX build (GH-1952) X-Git-Tag: v2.7.14rc1~113 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e29c5e81045e24b60cec0f3990598d8468a56a0d;p=python [2.7] Install dependencies in Travis OSX build (GH-1952) (cherry picked from commit 167e0fc211c06df) --- 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