summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2017-09-22 18:37:07 +0200
committerStefan Behnel <stefan_ml@behnel.de>2017-09-22 18:37:07 +0200
commit3eec16c69183265043de39fa5bd7e3f77d7b9c1d (patch)
tree448377c7ac952ecf99c429dbb987555610a4349c /appveyor.yml
parent29bc2bce404567031632c331b05f7d605effb327 (diff)
downloadcython-3eec16c69183265043de39fa5bd7e3f77d7b9c1d.tar.gz
Use more testing shards in appveyor build to see if we can speed things up further.
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 6a737176c..7ac9258b5 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -73,7 +73,7 @@ build_script:
test: off
test_script:
- "set CFLAGS=/Od"
- - "%WITH_ENV% %PYTHON%\\python.exe runtests.py -vv --no-cpp -j4"
+ - "%WITH_ENV% %PYTHON%\\python.exe runtests.py -vv --no-cpp -j8"
artifacts:
- path: dist\*