Skip to content

Commit

Permalink
fix issue with mac wheel build
Browse files Browse the repository at this point in the history
  • Loading branch information
JoyMonteiro committed Feb 21, 2019
1 parent cae7c3a commit 95fbcb7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ jobs:
fi
- stage: wheels
os: osx
osx_image: xcode10.1
language: generic
env: CLIMT_ARCH=Darwin CIBW_SKIP='cp33-* cp35-* cp34-* cp27-* cp37-*'
script:
Expand All @@ -179,6 +180,7 @@ jobs:
fi
- stage: wheels
os: osx
osx_image: xcode10.1
language: generic
env: CLIMT_ARCH=Darwin CIBW_SKIP='cp33-* cp35-* cp34-* cp27-* cp36-*'
script:
Expand Down
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
History
=======

v.0.16.2
--------

* Fix wheel build on Mac

v.0.16.1
-------

Expand Down

0 comments on commit 95fbcb7

Please sign in to comment.