summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2017-02-10 09:21:44 +0100
committerStefan Behnel <stefan_ml@behnel.de>2017-02-10 09:21:44 +0100
commit05c1809d61c913cf9a964265d28d0200dc042777 (patch)
treee5c5a72f748488d5ad75107225421caa9d4ed00e /appveyor.yml
parent009865af96692d67eb384808f21ca4d170c8b8be (diff)
downloadcython-05c1809d61c913cf9a964265d28d0200dc042777.tar.gz
use compiled Cython for appveyor build: we compile it anyway so that is what we should test (and it speeds up the tests)
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 7ec5fefa9..7556d38ca 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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