From ba9e129333df553f7b79e2dcb14743a50abe5d2d Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Tue, 18 Jun 2019 23:10:56 +0300 Subject: Update azure-pipelines.yml --- azure-pipelines.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'azure-pipelines.yml') 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' -- cgit v1.2.3