This commit is contained in:
Matthew Honnibal 2017-09-15 12:55:33 +02:00
parent 25ec8935ad
commit 02273eeca8
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ install:
# We need wheel installed to build wheels # We need wheel installed to build wheels
- "%PYTHON%\\python.exe -m pip install wheel" - "%PYTHON%\\python.exe -m pip install wheel"
- "%PYTHON%\\python.exe -m pip install cython" - "%PYTHON%\\python.exe -m pip install cython"
- "%PYTHON%\\python.exe -m pip install -r requirements.txt"
- "%PYTHON%\\python.exe -m pip install -e ." - "%PYTHON%\\python.exe -m pip install -e ."
build: off build: off