add -y to cinst command in appveyor.yml

[ci skip]
This commit is contained in:
Johnny Robeson 2016-08-10 21:28:06 -04:00
parent bcc77f747b
commit 10d7a6f46a

View file

@ -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"