Wagtail doesn't require elasticsearch but tests currently configured with elasticsearch tests (albeit skipped) so need to install pyelasticsearch dependency.

pull/46/head
Neal Todd 2014-02-14 12:37:30 +00:00
rodzic 11f2a1edf5
commit aaf1dc5307
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -12,7 +12,7 @@ services:
# Package installation
install:
- python setup.py install
- pip install psycopg2
- pip install psycopg2 pyelasticsearch
# Pre-test configuration
before_script:
- psql -c 'create database wagtaildemo;' -U postgres