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"