Use python-wand apt package for testing

which includes all dependencies (e.g. ImageMagick)
pull/144/head
Neal Todd 2014-03-12 09:56:27 +00:00
rodzic 3c6f76af5e
commit 8573dde60e
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -12,7 +12,8 @@ services:
# Package installation # Package installation
install: install:
- python setup.py install - python setup.py install
- pip install psycopg2 pyelasticsearch elasticutils wand - apt-get install python-wand
- pip install psycopg2 pyelasticsearch elasticutils
- pip install coveralls - pip install coveralls
# Pre-test configuration # Pre-test configuration
before_script: before_script: