Merge pull request #2146 from jrobeson/add-imagemagick-to-appveyor

install imagemagick on appveyor (via cholatey)
This commit is contained in:
Johnny Robeson 2016-07-31 21:16:46 -04:00 committed by GitHub
commit bb58a85083

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"