From 26071e863ef1fb6bc74156d69bb249a25d9fc373 Mon Sep 17 00:00:00 2001 From: maxirmx Date: Tue, 13 Oct 2015 11:49:04 +0300 Subject: [PATCH] Appveyor build #7 --- .appveyor.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 2ae4b29b0..552d5d0c4 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -46,18 +46,18 @@ install: # pip will build them from source using the MSVC compiler matching the # target Python version and architecture - "pip install --upgrade setuptools" - - "pip install cython fabric fabtools" - - "%CMD_IN_ENV% pip install -r requirements.txt" + #- "pip install cython fabric fabtools" + #- "%CMD_IN_ENV% pip install -r requirements.txt" build_script: # Build the compiled extension - - "%CMD_IN_ENV% python setup.py build_ext --inplace" - - "mkdir corpora/en" - - "cd corpora/en" + #- "%CMD_IN_ENV% python setup.py build_ext --inplace" + - "md corpora\\en" + - "cd corpora\\" - "wget --no-check-certificate http://wordnetcode.princeton.edu/3.0/WordNet-3.0.tar.gz" - "tar -xzf WordNet-3.0.tar.gz" - "mv WordNet-3.0 wordnet" - - "cd ../../" + - "cd ..\\..\\" test_script: