funkwhale/api/test.yml

9 wiersze
176 B
YAML

test:
dockerfile: docker/Dockerfile.test
build: .
command: python manage.py test
volumes:
- .:/app
environment:
- DJANGO_SETTINGS_MODULE=config.settings.test