summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2017-09-23 07:51:30 +0200
committerStefan Behnel <stefan_ml@behnel.de>2017-09-23 07:51:30 +0200
commit7cac3e06ff68d974d21a6efa258ccce0d487992f (patch)
treea73f98444d56f47b5eac1d6dd06c808298cc3508 /appveyor.yml
parent8d877996a0ffe6e2b3333572d05bf45f0890017d (diff)
downloadcython-7cac3e06ff68d974d21a6efa258ccce0d487992f.tar.gz
Disable parallel appveyor builds again as they are unstable.
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 7ac9258b5..0a6d3278f 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 -j8"
+ - "%WITH_ENV% %PYTHON%\\python.exe runtests.py -vv --no-cpp"
artifacts:
- path: dist\*