From 2432308f3ef136e5e90d7be39ea795d3c6e61510 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Fri, 15 Sep 2017 23:55:19 +0200 Subject: [PATCH] Build in separate step for appveyor --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.appveyor.yml b/.appveyor.yml index a379cdd31..8dbdd2868 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -24,6 +24,7 @@ install: - "%PYTHON%\\python.exe -m pip install wheel" - "%PYTHON%\\python.exe -m pip install cython" - "%PYTHON%\\python.exe -m pip install -r requirements.txt" + - "%PYTHON%\\python.exe -m python setup.py build_ext --inplace" - "%PYTHON%\\python.exe -m pip install -e ." build: off