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.
This commit is contained in:
Neal Todd 2014-03-12 10:17:40 +00:00
parent 66c35c1cca
commit d3adc33453

View file

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