aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSyoyo <syoyo@lighttransport.com>2020-05-28 03:22:59 +0900
committerSyoyo <syoyo@lighttransport.com>2020-05-28 03:22:59 +0900
commit60d0cdd52b099f9407cfc0b7f2f2a0548b9e4d44 (patch)
tree6724f07862d79d0130972df9b21fc15f9e73f159
parentac3675cb358c7af18e996fe928beabff8497ad33 (diff)
downloadtinyobjloader-60d0cdd52b099f9407cfc0b7f2f2a0548b9e4d44.tar.gz
Skip pp27-win32
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 0566384..6ab7bcf 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -1,7 +1,7 @@
variables:
# https://cibuildwheel.readthedocs.io/en/stable/cpp_standards/
# python2.7 + C++11(pybind11) is not available.
- CIBW_SKIP: "cp27-win*"
+ CIBW_SKIP: "cp27-win* pp27-win32"
CIBW_BEFORE_BUILD: "pip install pybind11"
#CIBW_BEFORE_BUILD_MACOS: "pip install -U pip setuptools"
#CIBW_BEFORE_BUILD_LINUX: "pip install -U pip setuptools"