mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 04:55:10 +01:00
install imagemagick on appveyor (via cholatey)
This commit is contained in:
parent
8a78de44b0
commit
ae21d3dcf5
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