Fix appveyor

This commit is contained in:
Matthew Honnibal 2017-09-15 23:59:36 +02:00
parent 2432308f3e
commit 1ffc9a7fbf
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +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 setup.py build_ext --inplace"
- "%PYTHON%\\python.exe -m pip install -e ."
build: off