funquail/api/test.yml

8 lines
142 B
YAML
Raw Normal View History

test:
dockerfile: docker/Dockerfile.test
build: .
command: pytest
volumes:
- .:/app
2017-07-17 22:00:32 +02:00
environment:
- "DATABASE_URL=sqlite://"