Skip to content

Commit

Permalink
Merge branch 'fix-macosx-wheel'
Browse files Browse the repository at this point in the history
* fix-macosx-wheel:
  travis: Ensure MacOSX wheels can be installed on MacOSX >= 10.6
  • Loading branch information
jcfr committed Jun 5, 2017
2 parents eb772e0 + c6e67ac commit d741839
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scikit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ before_install:
osx:
environment:
PATH: $<HOME>/.pyenv/versions/$<PYTHON_VERSION>/bin:$<PATH>
SETUP_ARGS: --plat-name macosx-10.6-x86_64 -- -DCMAKE_OSX_DEPLOYMENT_TARGET:STRING=10.6 -DCMAKE_OSX_ARCHITECTURES:STRING=x86_64 -DCMAKE_OSX_SYSROOT:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
commands:
- python ../addons/travis/install_pyenv.py
- python ../addons/travis/install_cmake.py 3.6.2
Expand All @@ -36,7 +37,7 @@ before_build:
build:
commands:
- python setup.py --hide-listing sdist
- $<RUN_ENV> python setup.py --hide-listing bdist_wheel
- $<RUN_ENV> python setup.py --hide-listing bdist_wheel $<SETUP_ARGS>

circle:
commands:
Expand Down

0 comments on commit d741839

Please sign in to comment.