install imagemagick on appveyor (via cholatey)

This commit is contained in:
Johnny Robeson 2016-07-30 22:57:56 -04:00
parent 8a78de44b0
commit ae21d3dcf5

View file

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