From 10d7a6f46ac58d40bc12661d943d2e3ae24761cd Mon Sep 17 00:00:00 2001 From: Johnny Robeson Date: Wed, 10 Aug 2016 21:28:06 -0400 Subject: [PATCH] add -y to cinst command in appveyor.yml [ci skip] --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 9ee087a2f..855561e69 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,7 +19,7 @@ environment: # Install Tox for running tests. install: - - cinst imagemagick + - cinst imagemagick -y - "%PYTHON%/Scripts/pip.exe install tox" - "%PYTHON%/Scripts/tox.exe -e %TOX_ENV% --notest"