Commit f1a81af3 authored by Stefan Behnel's avatar Stefan Behnel

Try to speed up tests on Appveyor.

parent ab0d16b3
...@@ -80,7 +80,8 @@ build_script: ...@@ -80,7 +80,8 @@ build_script:
test: off test: off
test_script: 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: artifacts:
- path: dist\* - path: dist\*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment