summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2017-06-06 03:41:17 (GMT)
committerGitHub <noreply@github.com>2017-06-06 03:41:17 (GMT)
commit01ea561f29aec4fa82cabc3896409f918d6ef470 (patch)
tree6d8be3652ca35d9c47a5692b3e3860a495d642ff /.travis.yml
parent798cfb212383a6f5a31b610825d1af1d376804b2 (diff)
downloadcpython-01ea561f29aec4fa82cabc3896409f918d6ef470.zip
cpython-01ea561f29aec4fa82cabc3896409f918d6ef470.tar.gz
cpython-01ea561f29aec4fa82cabc3896409f918d6ef470.tar.bz2
[3.6] 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 cb33e9b..2b4556f 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