From 8a91527952f2b0d46ae241e2babf87af70543557 Mon Sep 17 00:00:00 2001 From: maxirmx Date: Sun, 11 Oct 2015 23:50:06 +0300 Subject: [PATCH] Appveyor --- .win-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.win-build.yml b/.win-build.yml index 19fc5f656..5bc239a2a 100644 --- a/.win-build.yml +++ b/.win-build.yml @@ -14,10 +14,10 @@ environment: PYTHON_ARCH: "64" install: - - @ECHO "Filesystem root:" + - ECHO "Filesystem root:" - ps: "ls \"C:/\"" - - @ECHO "Installed SDKs:" + - ECHO "Installed SDKs:" - ps: "ls \"C:/Program Files/Microsoft SDKs/Windows\"" # Install Python (from the official .msi of http://python.org) and pip when