ref: 9fc16effe1cbe55023d46916f3e6421f02f8c50f
parent: 0a8f63f1d2a2fda16db83eca37002ce8ed762ba1
author: Paul Brossier <piem@piem.org>
date: Tue Nov 20 18:13:35 EST 2018
[ci] remove custom path for win64 on appveyor
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -3,9 +3,6 @@
environment:
- global:
- CUSTOM64PATH: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin
-
matrix:
# pre-installed python version, see:
@@ -43,13 +40,10 @@
PYTHON_ARCH: 64
install:
-
- ECHO "Installed SDKs:"
- ps: "ls \"C:/Program Files/Microsoft SDKs/Windows\""
- "SET PATH=%PYTHONDIR%;%PYTHONDIR%\\Scripts;%PATH%"
-
- - if [%PYTHON_ARCH%]==[64] SET PATH=%CUSTOM64PATH%;%PATH%
# Check that we have the expected version and architecture for Python
- "python --version"