summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2021-01-15 10:08:37 +0200
committermattip <matti.picus@gmail.com>2021-01-15 10:08:37 +0200
commit6d596fdf6dd6f7c9b93207f9e704c22f03438781 (patch)
tree306eddd2ec1800a38552be12129e76c1471ac361
parenta968a6b55713c5ec956a060169ae4317ca2c3110 (diff)
downloadnumpy-6d596fdf6dd6f7c9b93207f9e704c22f03438781.tar.gz
BLD: run PyPy tests in fast mode
-rw-r--r--azure-pipelines.yml2
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'