summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2018-08-25 08:08:38 +0200
committerStefan Behnel <stefan_ml@behnel.de>2018-08-25 08:08:38 +0200
commit51c1f8feda2f7ea4b2d5bf814da7227b9983f623 (patch)
treeb868f081ab7ffb2abd2d4ef607d94e0551c04271
parent6343286dc69dc20a3db294027168452a2c9f12a1 (diff)
downloadcython-51c1f8feda2f7ea4b2d5bf814da7227b9983f623.tar.gz
Reduce number of test shards on appveyor to see if that speeds up the overall test time.
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index e36fcea0c..ae5d20901 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -74,7 +74,7 @@ test: off
test_script:
- "%PYTHON%\\Scripts\\pip.exe install -r test-requirements.txt"
- "set CFLAGS=/Od"
- - "%WITH_ENV% %PYTHON%\\python.exe runtests.py -vv --no-cpp -j7"
+ - "%WITH_ENV% %PYTHON%\\python.exe runtests.py -vv --no-cpp -j4"
artifacts:
- path: dist\*