Skip to content

Commit

Permalink
Skip generating Python3.4 MacOS wheel because upgrading pip stalls py…
Browse files Browse the repository at this point in the history
  • Loading branch information
bmatthieu3 committed Jan 24, 2019
1 parent 4389ade commit 1c7b02d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ matrix:
- os: osx
language: generic
env:
- PIP=pip
- PYTHON=python
- PIP=pip2
- PYTHON=python2
# Skip generating Python3.4 MacOS wheel because upgrading pip stalls
# See https://github.com/joerick/cibuildwheel/issues/122
- CIBW_SKIP=*cp34-*

env:
global:
Expand Down

0 comments on commit 1c7b02d

Please sign in to comment.