Appveyour build

+ Setuptools
+ Cython
This commit is contained in:
maxirmx 2015-10-11 23:47:12 +03:00
parent 7587f6170f
commit f5ebbbde80

View File

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