Commit 19f9dbbb authored by Stefan Behnel's avatar Stefan Behnel

Enable external integration tests with NumPy, coverage, etc. on appveyor.

parent dccd8fc8
......@@ -72,6 +72,7 @@ build_script:
test: off
test_script:
- "%PYTHON%\\Scripts\\pip.exe install -r test-requirements.txt"
- "set CFLAGS=/Od"
- "%WITH_ENV% %PYTHON%\\python.exe runtests.py -vv --no-cpp -j7"
......
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