Back to pip wand

Travis VM can't find the python-wand apt-package. But the VM does include ImageMagick automatically so see if this is enough or whether libmagickwand-dev apt package is needed for any other dependencies.
pull/144/head
Neal Todd 2014-03-12 10:17:40 +00:00
rodzic 66c35c1cca
commit d3adc33453
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

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