Skip to content

Commit

Permalink
travis.yml: patch up osx ssl issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tgarc committed Jun 8, 2018
1 parent 05b4379 commit 4d2412e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@ matrix:
services:
- docker
- os: osx
osx_image: xcode9.3
language: generic
env: PKG_CONFIG_PATH="$PKG_CONFIG_PATH":/usr/local/opt/libffi/lib/pkgconfig
env:
- PKG_CONFIG_PATH="$PKG_CONFIG_PATH":/usr/local/opt/libffi/lib/pkgconfig
before_install:
- brew update
- brew install libffi
- virtualenv env -p python
- source env/bin/activate
- curl https://bootstrap.pypa.io/get-pip.py | python

script:
- pip install twine cibuildwheel
- cibuildwheel --output-dir wheelhouse
Expand Down

0 comments on commit 4d2412e

Please sign in to comment.