summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2017-09-22 11:57:31 +0200
committerStefan Behnel <stefan_ml@behnel.de>2017-09-22 11:57:31 +0200
commitf1a81af301567a01403e4471b23c6f4ff92ad1aa (patch)
treeb4630fac26c82b8f64f005a83c0fd4937daa0fd0 /appveyor.yml
parentab0d16b310fe34e18794a5c9dfe8a7234d12c698 (diff)
downloadcython-f1a81af301567a01403e4471b23c6f4ff92ad1aa.tar.gz
Try to speed up tests on Appveyor.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 6cef9ed46..b866e0090 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -80,7 +80,8 @@ build_script:
test: off
test_script:
- - "%WITH_ENV% %PYTHON%\\python.exe runtests.py -vv --no-cpp"
+ - "set CFLAGS=/Od"
+ - "%WITH_ENV% %PYTHON%\\python.exe runtests.py -vv --no-cpp -j4"
artifacts:
- path: dist\*