From 25ec8935adfc50f25109b411dd59980c2f065c52 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Fri, 15 Sep 2017 12:53:07 +0200 Subject: [PATCH] Appveyor --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.appveyor.yml b/.appveyor.yml index 1fc3c920f..f2d166754 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -22,6 +22,7 @@ environment: install: # We need wheel installed to build wheels - "%PYTHON%\\python.exe -m pip install wheel" + - "%PYTHON%\\python.exe -m pip install cython" - "%PYTHON%\\python.exe -m pip install -e ." build: off