summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2020-10-27 20:29:25 -0600
committerGitHub <noreply@github.com>2020-10-27 20:29:25 -0600
commit26463e73afe573d9b2769541a6b6a5d9687e1a96 (patch)
treec7209da73f78d56aceaae9fec88c7f918b61d1cc
parent76d12d3fcabad0371b24753ba7d36ca5b1d61bcf (diff)
downloadnumpy-26463e73afe573d9b2769541a6b6a5d9687e1a96.tar.gz
TST: Add 64 bit Python 3.9 test to Windows
-rw-r--r--azure-pipelines.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 9382ac83c..7a8196dce 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -217,6 +217,13 @@ stages:
BITS: 64
NPY_USE_BLAS_ILP64: '1'
OPENBLAS_SUFFIX: '64_'
+ Python39-64bit-full:
+ PYTHON_VERSION: '3.9'
+ PYTHON_ARCH: 'x64'
+ TEST_MODE: full
+ BITS: 64
+ NPY_USE_BLAS_ILP64: '1'
+ OPENBLAS_SUFFIX: '64_'
#PyPy36-32bit:
#PYTHON_VERSION: 'PyPy3.6'
#PYTHON_ARCH: 'x32'