cabot/docker-compose-test.yml

14 lines
247 B
YAML
Raw Normal View History

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