From 9cd9c1ca824dbfd7cb254a505ed9eee13f0960b3 Mon Sep 17 00:00:00 2001 From: Luiz Scheinkman Date: Thu, 5 Apr 2018 16:20:40 -0700 Subject: [PATCH] Fix appveyor build --- appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 25b15fa8f..c1f6738a2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -36,9 +36,9 @@ environment: PYTHONHOME: "C:\\Python27-x64" # Win32-gcc - - PYTHON_VERSION: "2.7.13" - PYTHON_ARCH: "32" - PYTHONHOME: "C:\\Python27" + #- PYTHON_VERSION: "2.7.13" + #PYTHON_ARCH: "32" + #PYTHONHOME: "C:\\Python27" #---------------------------------# # build configuration # @@ -48,7 +48,7 @@ environment: configuration: Release install: - - pip install --upgrade pip + - python -m pip install -U pip - pip install --upgrade setuptools wheel - pip install -r requirements.txt