mirror of
https://github.com/status-im/cabot.git
synced 2025-02-23 18:08:06 +00:00
14 lines
247 B
YAML
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"
|