mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
Appveyor: fix version specifier syntax
This commit is contained in:
parent
9b3bebfcd7
commit
15f86c411e
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ install:
|
|||
- cinst imagemagick -y
|
||||
# TODO: remove --allow-empty-checksums when unrar offers a proper checksum
|
||||
- cinst unrar -y --allow-empty-checksums
|
||||
- "%PYTHON%/Scripts/pip.exe install tox<=3.8.1"
|
||||
- '%PYTHON%/Scripts/pip.exe install "tox<=3.8.1"'
|
||||
- "%PYTHON%/Scripts/tox.exe -e %TOX_ENV% --notest"
|
||||
|
||||
test_script:
|
||||
|
|
|
|||
Loading…
Reference in a new issue