mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-15 10:43:15 +00:00
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:
parent
66c35c1cca
commit
d3adc33453
1 changed files with 1 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue