mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
Appveyour build
+ Setuptools + Cython
This commit is contained in:
parent
7587f6170f
commit
f5ebbbde80
|
@ -14,6 +14,7 @@ environment:
|
|||
PYTHON_ARCH: "64"
|
||||
|
||||
install:
|
||||
- @ECHO OFF
|
||||
- ECHO "Filesystem root:"
|
||||
- ps: "ls \"C:/\""
|
||||
|
||||
|
@ -36,6 +37,8 @@ install:
|
|||
# Upgrade to the latest version of pip to avoid it displaying warnings
|
||||
# about it being out of date.
|
||||
- "pip install --disable-pip-version-check --user --upgrade pip"
|
||||
- "pip install --upgrade setuptools"
|
||||
- "pip install cython fabric fabtools"
|
||||
|
||||
# Install the build dependencies of the project. If some dependencies contain
|
||||
# compiled extensions and are not provided as pre-built wheel packages,
|
||||
|
|
Loading…
Reference in New Issue
Block a user