diff --git a/appveyor.yml b/appveyor.yml index b33cffd2d..cb747fe1f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: