From ae21d3dcf55d7f3dcb4436eddb31bac0ae055461 Mon Sep 17 00:00:00 2001 From: Johnny Robeson Date: Sat, 30 Jul 2016 22:57:56 -0400 Subject: [PATCH] install imagemagick on appveyor (via cholatey) --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index cd40e6e82..9ee087a2f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,6 +19,7 @@ environment: # Install Tox for running tests. install: + - cinst imagemagick - "%PYTHON%/Scripts/pip.exe install tox" - "%PYTHON%/Scripts/tox.exe -e %TOX_ENV% --notest"