mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
9 lines
199 B
YAML
9 lines
199 B
YAML
|
image: kaedroho/django-base
|
||
|
script:
|
||
|
- pip3.4 install mock python-dateutil pytz elasticsearch
|
||
|
- python3.4 setup.py install
|
||
|
- python3.4 runtests.py
|
||
|
services:
|
||
|
- postgres
|
||
|
- dockerfile/elasticsearch
|