aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 3ac0bc1..cd6a59f 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -132,6 +132,13 @@ jobs:
PYVERSION: 3.7.3
PYARCH: 64
+ PY2716_32:
+ PYVERSION: 2.7.16
+ PYARCH: 32
+ PY2716_64:
+ PYVERSION: 2.7.16
+ PYARCH: 64
+
pool:
vmImage: 'vs2017-win2016'