From ec738ef70d3ee7790c2d2387e6937cd3fd6f4c59 Mon Sep 17 00:00:00 2001 From: Neal Todd Date: Fri, 14 Feb 2014 12:43:03 +0000 Subject: [PATCH] Another elasticsearch dependency --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7d7ef4af0..c7141cc47 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ services: # Package installation install: - python setup.py install - - pip install psycopg2 pyelasticsearch + - pip install psycopg2 pyelasticsearch elasticutils # Pre-test configuration before_script: - psql -c 'create database wagtaildemo;' -U postgres