diff options
author | mattip <matti.picus@gmail.com> | 2021-01-15 10:08:37 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2021-01-15 10:08:37 +0200 |
commit | 6d596fdf6dd6f7c9b93207f9e704c22f03438781 (patch) | |
tree | 306eddd2ec1800a38552be12129e76c1471ac361 | |
parent | a968a6b55713c5ec956a060169ae4317ca2c3110 (diff) | |
download | numpy-6d596fdf6dd6f7c9b93207f9e704c22f03438781.tar.gz |
BLD: run PyPy tests in fast mode
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4979452e8..b56d596a5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -209,7 +209,7 @@ stages: PyPy37-64bit-full: PYTHON_VERSION: 'PyPy3.7' PYTHON_ARCH: 'x64' - TEST_MODE: full + TEST_MODE: fast BITS: 64 Python38-32bit-fast: PYTHON_VERSION: '3.8' |