summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2020-01-26 16:14:44 -0800
committerDavid Lord <davidism@gmail.com>2020-01-26 16:27:26 -0800
commitb03d179b040f1f2387c8beae0a94450869f4d24b (patch)
tree8aabd186432df4c1c5d35e98fb11cb6ea91dc9a6
parent437a3dccc19ff2547e5befd5cde8d52e5a5e2f0a (diff)
downloadmarkupsafe-b03d179b040f1f2387c8beae0a94450869f4d24b.tar.gz
use older image for building Python 3.5
-rw-r--r--.azure-pipelines.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 9e225b5..1f258e1 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -62,6 +62,10 @@ jobs:
vmImage: 'ubuntu-latest'
Windows:
vmImage: 'windows-latest'
+ CIBW_SKIP: 'cp35-*'
+ Windows Python 3.5:
+ vmImage: 'vs2017-win2016'
+ CIBW_BUILD: 'cp35-*'
Mac:
vmImage: 'macos-latest'