diff options
author | mattip <matti.picus@gmail.com> | 2021-10-03 10:21:11 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2021-10-03 10:21:11 +0300 |
commit | be7149588e622b284d983455ed4a6ab502293cfa (patch) | |
tree | d56ff65a2cde1ad6854ae456ac806acbc02f57b2 /azure-pipelines.yml | |
parent | 382befec16270beb0b8de3ee15f411d231dbc9ec (diff) | |
download | numpy-be7149588e622b284d983455ed4a6ab502293cfa.tar.gz |
add pypy windows test run
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 714f62912..3255b0758 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -249,6 +249,12 @@ stages: TEST_MODE: full BITS: 64 NPY_USE_BLAS_ILP64: '1' + PyPy38-64bit-fast: + PYTHON_VERSION: 'PyPy' + PYTHON_ARCH: 'x64' + TEST_MODE: fast + BITS: 64 + NPY_USE_BLAS_ILP64: '1' steps: - template: azure-steps-windows.yml |