Skip to content

Commit 42a6da2

Browse files
committed
Merge pull request #15 from python-hyper/improved-osx-wheels
Make sure we build wheels for the appropriate platform.
2 parents b1a8a68 + feb3e86 commit 42a6da2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis/run.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ eval "$(pyenv init -)"
99
source ~/.venv/bin/activate
1010

1111
tox
12-
python setup.py bdist_wheel
12+
13+
MACOSX_DEPLOYMENT_TARGET="10.7"
14+
PLATFORM_NAME="macosx_10_7_intel"
15+
python setup.py bdist_wheel --plat-name "$PLATFORM_NAME"

0 commit comments

Comments
 (0)