mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-28 00:24:00 +00:00
8 lines
199 B
YAML
8 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
|