funquail/api/test.yml
2017-06-25 17:34:38 +02:00

8 lines
176 B
YAML

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