-
Notifications
You must be signed in to change notification settings - Fork 278
Closed
Description
Hi,
I tried following the instructions here, which work fine for Linux, but seem to fail on OSX. Example: https://travis-ci.org/sintefmath/Splipy/jobs/370590848
This seems related to #57 which claims to be fixed, so I am sure I'm just doing something wrong here.
.travis.yml file is
language: python
matrix:
include:
- sudo: required
services:
- docker
env:
- PIP=pip
- CIBW_SKIP="cp27-* cp33-*"
- os: osx
language: generic
env:
- PIP=pip2
- CIBW_SKIP="cp27-* cp33-*"
script:
- $PIP install cibuildwheel==0.7.1
- cibuildwheel --output-dir wheelhouse
Metadata
Metadata
Assignees
Labels
No labels