cabot/docker-compose-test.yml
Frank Hamand 0597d4db34 Change test compose command with entrypoint
This means you can add e.g. --failfast, or run specific tests
2017-04-19 09:35:39 +01:00

13 lines
225 B
YAML

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