diff --git a/appveyor.yml b/appveyor.yml index d28146402..974bff4db 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,6 +20,7 @@ environment: # Install Tox for running tests. install: - cinst imagemagick -y + - cinst unrar -y - "%PYTHON%/Scripts/pip.exe install tox" - "%PYTHON%/Scripts/tox.exe -e %TOX_ENV% --notest"