]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Install dependencies in Travis OSX build (GH-1952)
authorZachary Ware <zachary.ware@gmail.com>
Tue, 6 Jun 2017 00:11:29 +0000 (19:11 -0500)
committerGitHub <noreply@github.com>
Tue, 6 Jun 2017 00:11:29 +0000 (19:11 -0500)
.travis.yml

index a549d4711ba3bcdd20f31cbbc0192292d00b127d..778030709acd41ff3ddc10700838b913b8e9cbba 100644 (file)
@@ -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
       # Build the docs against a stable version of Python so code bugs don't hold up doc-related PRs.