cabot/docker-compose-test.yml

14 lines
247 B
YAML

version: '2'
services:
test:
extends:
file: docker-compose-base.yml
service: base
entrypoint: /usr/bin/python
command: manage.py test -v2
env_file:
- conf/test.env
sut:
image: ubuntu
command: "true"