mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-13 19:40:59 +00:00
Another elasticsearch dependency
This commit is contained in:
parent
aaf1dc5307
commit
ec738ef70d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue