diff options
-rw-r--r-- | azure-pipelines.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bfb033bb8..9e1e52952 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -151,6 +151,11 @@ stages: PYTHON_ARCH: 'x86' TEST_MODE: fast BITS: 32 + Python38-32bit-fast: + PYTHON_VERSION: '3.8' + PYTHON_ARCH: 'x86' + TEST_MODE: fast + BITS: 32 Python35-64bit-full: PYTHON_VERSION: '3.5' PYTHON_ARCH: 'x64' @@ -166,6 +171,11 @@ stages: PYTHON_ARCH: 'x64' TEST_MODE: full BITS: 64 + Python38-64bit-full: + PYTHON_VERSION: '3.8' + PYTHON_ARCH: 'x64' + TEST_MODE: full + BITS: 64 steps: - template: azure-steps-windows.yml - job: Linux_PyPy3 |