From c6e67ac8a34d91dec0d095212c822e7ad6174869 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Mon, 5 Jun 2017 14:44:24 -0400 Subject: [PATCH] travis: Ensure MacOSX wheels can be installed on MacOSX >= 10.6 This is workaround waiting scikit-build/scikit-build#247 is addressed. See https://github.com/MacPython/wiki/wiki/Spinning-wheels#question-will-pip-give-me-a-broken-wheel --- scikit-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scikit-ci.yml b/scikit-ci.yml index 3b39308a5..c31c66e57 100644 --- a/scikit-ci.yml +++ b/scikit-ci.yml @@ -19,6 +19,7 @@ before_install: osx: environment: PATH: $/.pyenv/versions/$/bin:$ + 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 @@ -36,7 +37,7 @@ before_build: build: commands: - python setup.py --hide-listing sdist - - $ python setup.py --hide-listing bdist_wheel + - $ python setup.py --hide-listing bdist_wheel $ circle: commands: