From a0ffb856dab8309766f96818681d5a61fb1029a3 Mon Sep 17 00:00:00 2001 From: maxirmx Date: Sun, 11 Oct 2015 23:55:38 +0300 Subject: [PATCH] Appveyor build + requirements.txt --- .win-build.yml | 10 +++++----- requirements.txt | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.win-build.yml b/.win-build.yml index 5bc239a2a..1f4f93a62 100644 --- a/.win-build.yml +++ b/.win-build.yml @@ -14,10 +14,10 @@ environment: PYTHON_ARCH: "64" install: - - ECHO "Filesystem root:" + # Filesystem root - ps: "ls \"C:/\"" - - ECHO "Installed SDKs:" + # Installed SDKs - ps: "ls \"C:/Program Files/Microsoft SDKs/Windows\"" # Install Python (from the official .msi of http://python.org) and pip when @@ -36,14 +36,14 @@ 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, # pip will build them from source using the MSVC compiler matching the # target Python version and architecture - #- "%CMD_IN_ENV% pip install -r dev-requirements.txt" + - "pip install --upgrade setuptools" + - "pip install cython fabric fabtools" + - "%CMD_IN_ENV% pip install -r requirements.txt" build_script: # Build the compiled extension diff --git a/requirements.txt b/requirements.txt index 2b5ff53ed..acbf3a3b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ cython cymem == 1.11 pathlib -preshed == 0.42 +preshed == 0.41 thinc == 3.3 murmurhash == 0.24 text-unidecode