mirror of
https://github.com/status-im/cabot.git
synced 2025-02-24 10:28:06 +00:00
10 lines
177 B
YAML
10 lines
177 B
YAML
|
version: '2'
|
||
|
services:
|
||
|
test:
|
||
|
extends:
|
||
|
file: docker-compose-base.yml
|
||
|
service: base
|
||
|
command: python manage.py test -v2
|
||
|
env_file:
|
||
|
- conf/test.env
|