From 18b5450ad69ecd04ca42e79b7f8cba214d6bb134 Mon Sep 17 00:00:00 2001 From: Guillaume Lemaitre Date: Sat, 31 Dec 2016 12:31:32 +0100 Subject: [PATCH] log some stuff --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 51f4d1563..1018c7a62 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,7 +17,8 @@ install: # Prepend miniconda installed Python to the PATH of this build # Add Library/bin directory to fix issue # https://github.com/conda/conda/issues/1753 - - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PYTHON%\\Library\\bin;%PATH%" + - "SET PATH=%PYTHON%;%PYTHON%\\Tools\\Scripts;%PYTHON%\\Scripts;%PYTHON%\\Library\\bin;%PATH%" + - "dir C:\\Miniconda-x64 conda.exe /b/s" # Check that we have the expected version and architecture for Python - "python --version"