0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00
wagtail/.drone.yml

12 lines
278 B
YAML
Raw Normal View History

2015-02-05 00:39:28 +01:00
image: kaedroho/django-base
2015-02-23 15:38:11 +01:00
env:
- DATABASE_HOST=postgres
- ELASTICSEARCH_URL=http://elasticsearch:9200/
2015-02-05 00:39:28 +01:00
script:
- pip3.4 install mock python-dateutil pytz elasticsearch
- python3.4 setup.py install
- python3.4 runtests.py
services:
- postgres
- dockerfile/elasticsearch