1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-09-28 08:51:42 +00:00
senpy/docker-compose.test.yml

10 lines
202 B
YAML
Raw Normal View History

2018-06-20 09:51:06 +00:00
version: '3'
services:
test:
image: "${IMAGENAME-gsiupm/senpy}:${VERSION-dev}"
entrypoint: ["py.test"]
volumes:
- ".:/usr/src/app/"
command:
[]