summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2017-09-27 17:03:53 +0200
committerStefan Behnel <stefan_ml@behnel.de>2017-09-27 17:03:53 +0200
commitfa74be3b323790551b0ed940b989c3b4d5e1638b (patch)
tree0f9b8b610fc5fdd983929dff7e4229ede6d54c2a /appveyor.yml
parent180f814487f67904fff0325350b33ff5f8ddcd54 (diff)
downloadcython-fa74be3b323790551b0ed940b989c3b4d5e1638b.tar.gz
Re-enable sharding in appveyor builds after fixing the test splitting.
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 0a6d3278f..856800288 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"
+ - "%WITH_ENV% %PYTHON%\\python.exe runtests.py -vv --no-cpp -j7"
artifacts:
- path: dist\*