mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-14 04:32:29 +00:00
10 lines
202 B
YAML
10 lines
202 B
YAML
version: '3'
|
|
services:
|
|
test:
|
|
image: "${IMAGENAME-gsiupm/senpy}:${VERSION-dev}"
|
|
entrypoint: ["py.test"]
|
|
volumes:
|
|
- ".:/usr/src/app/"
|
|
command:
|
|
[]
|