Another elasticsearch dependency

pull/46/head
Neal Todd 2014-02-14 12:43:03 +00:00
rodzic aaf1dc5307
commit ec738ef70d
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 pyelasticsearch
- pip install psycopg2 pyelasticsearch elasticutils
# Pre-test configuration
before_script:
- psql -c 'create database wagtaildemo;' -U postgres