From ccb0e15464e932b6b3c99f20c4bb5449e481c209 Mon Sep 17 00:00:00 2001 From: inso Date: Wed, 6 Apr 2016 07:51:46 +0200 Subject: [PATCH] Remove print of C:/Qt --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 9b9419ed..230b25b4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -27,7 +27,7 @@ install: # as well as pip, conda-build, and the binstar CLI - powershell .\\ci\\appveyor\\install.ps1 - - dir /b /s /ad c:\Qt\5.6 + #- dir /b /s /ad c:\Qt\5.6 - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" # Add qt to path - "SET PATH=%QTDIR%\\bin;%QTDIR%\\lib;%PATH%"