wagtail/.drone.yml

12 wiersze
278 B
YAML
Czysty Zwykły widok Historia

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