ref: c785cc2c4c9813dbf29cccb78404918dd98f6173
parent: 50117ac31e27b098709641c59df5e5a5d33140ad
author: Paul Brossier <piem@piem.org>
date: Thu Aug 25 13:39:36 EDT 2016
.appveyor.yml: fix path for windows+python 3.5
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -30,6 +30,8 @@
- PYTHON: "C:\\Python35-x64"
PYTHON_VERSION: "3.5.x"
PYTHON_ARCH: "64"
+ # add path required to run preprocessor step
+ PATH_EXTRAS: "c:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\bin"
install:
@@ -43,7 +45,7 @@
# We need wheel installed to build wheels
- "%PYTHON%\\python.exe -m pip install wheel"
- - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
+ - "SET PATH=%PATH_EXTRAS%;%%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "pip install --disable-pip-version-check --user --upgrade pip"
- "pip install --upgrade setuptools"