mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-14 12:42:27 +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:
|
||
|
[]
|