funquail/api/test.yml

8 lines
176 B
YAML
Raw Normal View History

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