aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorOskari Timperi <oskari.timperi@iki.fi>2019-06-21 11:53:19 +0300
committerOskari Timperi <oskari.timperi@iki.fi>2019-06-21 11:53:19 +0300
commit37902c1aca190c96615d61d39f1b2b1ee9fa1f9b (patch)
treec5bdddc6a32a262e20f91e90e46f6359b4f6190a /azure-pipelines.yml
parenta447739463ef7c0d6e34d4a85c66555e77c08193 (diff)
downloadportablepython-37902c1aca190c96615d61d39f1b2b1ee9fa1f9b.tar.gz
portablepython-37902c1aca190c96615d61d39f1b2b1ee9fa1f9b.zip
First try downloading Python 2.X.Y
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'