summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2017-10-01 16:01:35 +0200
committerPauli Virtanen <pav@iki.fi>2017-10-01 16:01:35 +0200
commitcc032d696d2d12007cdf4de52bc261e2a160b4a8 (patch)
tree6d5c986359152ac99c900cda9cf34f04ac6f7c00 /appveyor.yml
parent57171873c4b5abce3cb84936d4c2c5e36da604cf (diff)
downloadnumpy-cc032d696d2d12007cdf4de52bc261e2a160b4a8.tar.gz
CI: set correct test mode for appveyor
Diffstat (limited to 'appveyor.yml')
-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.