Try to fix appveyor

This commit is contained in:
Matthew Honnibal 2017-09-26 06:55:15 -05:00
parent 0196ff85da
commit a181987061
1 changed files with 0 additions and 1 deletions

View File

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