Commit 05c1809d authored by Stefan Behnel's avatar Stefan Behnel

use compiled Cython for appveyor build: we compile it anyway so that is what...

use compiled Cython for appveyor build: we compile it anyway so that is what we should test (and it speeds up the tests)
parent 009865af
......@@ -67,6 +67,7 @@ install:
build: off
build_script:
- "%WITH_ENV% %PYTHON%\\python.exe setup.py build --inplace"
- "%WITH_ENV% %PYTHON%\\python.exe setup.py bdist_wheel"
test: off
......
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