aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOskari Timperi <oswjk@users.noreply.github.com>2019-06-18 23:10:56 +0300
committerGitHub <noreply@github.com>2019-06-18 23:10:56 +0300
commitba9e129333df553f7b79e2dcb14743a50abe5d2d (patch)
treefcc69dee71ece2893cd5411bd328b5d28efc679c
parent7b841fb11cb43e17ed67f30252d0526f62fef049 (diff)
downloadportablepython-ba9e129333df553f7b79e2dcb14743a50abe5d2d.tar.gz
portablepython-ba9e129333df553f7b79e2dcb14743a50abe5d2d.zip
Update azure-pipelines.yml
-rw-r--r--azure-pipelines.yml14
1 files changed, 13 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 004695c..c299064 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -12,7 +12,19 @@ strategy:
PY351_64:
PYVERSION: 3.5.1
PYARCH: 64
-
+ PY354_32:
+ PYVERSION: 3.5.4
+ PYARCH: 32
+ PY354_64:
+ PYVERSION: 3.5.4
+ PYARCH: 64
+ PY373_32:
+ PYVERSION: 3.7.3
+ PYARCH: 32
+ PY373_64:
+ PYVERSION: 3.7.3
+ PYARCH: 64
+
steps:
- powershell: .\download.ps1
displayName: 'Run the build'