From 685dc89754270cf64e678e3e7169484d48ddc5e1 Mon Sep 17 00:00:00 2001 From: maxirmx Date: Tue, 20 Oct 2015 22:53:14 +0300 Subject: [PATCH] Test build #2 --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index e85d69b73..7aa92532d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -38,10 +38,10 @@ install: - "SET PYTHONPATH=%CD%;%PYTHONPATH%" # Filesystem root - - ps: "ls \"C:/\"" + - ps: "ls \"C:/\"" # Installed SDKs - - ps: "ls \"C:/Program Files/Microsoft SDKs/Windows\"" + - ps: "ls \"C:/Program Files/Microsoft SDKs/Windows\"" # Checking stdint.h #- ps: "ls \"C:/projects/spacy/include/\""