mirror of
https://github.com/beetbox/beets.git
synced 2026-01-08 17:08:12 +01:00
Merge pull request #2146 from jrobeson/add-imagemagick-to-appveyor
install imagemagick on appveyor (via cholatey)
This commit is contained in:
commit
bb58a85083
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue