We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1a8a68 + feb3e86 commit 42a6da2Copy full SHA for 42a6da2
1 file changed
.travis/run.sh
@@ -9,4 +9,7 @@ eval "$(pyenv init -)"
9
source ~/.venv/bin/activate
10
11
tox
12
-python setup.py bdist_wheel
+
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