Appveyor: fix version specifier syntax

This commit is contained in:
Adrian Sampson 2019-03-30 12:57:51 -04:00
parent 9b3bebfcd7
commit 15f86c411e

View file

@ -22,7 +22,7 @@ install:
- cinst imagemagick -y - cinst imagemagick -y
# TODO: remove --allow-empty-checksums when unrar offers a proper checksum # TODO: remove --allow-empty-checksums when unrar offers a proper checksum
- cinst unrar -y --allow-empty-checksums - 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" - "%PYTHON%/Scripts/tox.exe -e %TOX_ENV% --notest"
test_script: test_script: