From fa70c48bf91a04043fd30cd7fa9423933007f35f Mon Sep 17 00:00:00 2001 From: Johnny Robeson Date: Mon, 26 Sep 2016 16:49:43 -0400 Subject: [PATCH] Add unrar installation to appveyor.yml --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) 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"