From: Zachary Ware Date: Tue, 6 Jun 2017 03:41:17 +0000 (-0500) Subject: [3.6] Install dependencies in Travis OSX build (GH-1952) X-Git-Tag: v3.6.2rc1~96 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01ea561f29aec4fa82cabc3896409f918d6ef470;p=python [3.6] Install dependencies in Travis OSX build (GH-1952) (cherry picked from commit 167e0fc211c06df) --- diff --git a/.travis.yml b/.travis.yml index cb33e9b61e..2b4556fc6f 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: 3.6