diff options
author | mattip <matti.picus@gmail.com> | 2020-07-27 10:50:20 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-07-29 11:17:54 +0300 |
commit | d28ac9aa5e2158f8418d446b55cff5772392c35f (patch) | |
tree | 1434368041270737498ad088152f7aa36878fe6b /azure-pipelines.yml | |
parent | 1ce54575b17071d40e4c1519007b2ec7d9a1b6d3 (diff) | |
download | numpy-d28ac9aa5e2158f8418d446b55cff5772392c35f.tar.gz |
BLD: add win32 pypy build
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 51f30c263..cdff56e1a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -217,6 +217,11 @@ stages: BITS: 64 NPY_USE_BLAS_ILP64: '1' OPENBLAS_SUFFIX: '64_' + PyPy36-32bit: + PYTHON_VERSION: 'PyPy3.6' + PYTHON_ARCH: 'x32' + TEST_MODE: fast + BITS: 32 steps: - template: azure-steps-windows.yml - job: Linux_PyPy3 |