From d3adc3345349e676e6e07766060e19f5b24f1361 Mon Sep 17 00:00:00 2001 From: Neal Todd Date: Wed, 12 Mar 2014 10:17:40 +0000 Subject: [PATCH] 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. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c907244d0..771f07ec1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: