summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2017-10-01 08:39:43 -0600
committerGitHub <noreply@github.com>2017-10-01 08:39:43 -0600
commitf626287f24af5b2885f537d4ca8e654a90b57d74 (patch)
tree4a67d8cecd59256e246e70cd7b59e00b2aa36473
parentca01dd9a74d68cb4181c64075ecde5dc0461989e (diff)
parentcc032d696d2d12007cdf4de52bc261e2a160b4a8 (diff)
downloadnumpy-f626287f24af5b2885f537d4ca8e654a90b57d74.tar.gz
Merge pull request #9805 from pv/appveyor-testmode
CI: set correct test mode for appveyor
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index fcd79def6..2356b5c2d 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -166,7 +166,7 @@ build_script:
}
test_script:
- - python runtests.py -v -n
+ - python runtests.py -v -n -m %TEST_MODE%
after_build:
# Remove old or huge cache files to hopefully not exceed the 1GB cache limit.