Add unrar installation to appveyor.yml

This commit is contained in:
Johnny Robeson 2016-09-26 16:49:43 -04:00
parent ffa4dfaac0
commit fa70c48bf9

View file

@ -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"