This commit is contained in:
Matthew Honnibal 2017-09-15 12:53:07 +02:00
parent 1f840a9211
commit 25ec8935ad
1 changed files with 1 additions and 0 deletions

View File

@ -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