mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-22 00:02:28 +00:00
b543a4614e
* Added debug Dockerfile/Makefile * Validation of examples in docs
6 lines
124 B
Groff
6 lines
124 B
Groff
from python:3.4
|
|
|
|
RUN pip install pytest
|
|
ADD requirements.txt /usr/src/app/
|
|
RUN pip install -r /usr/src/app/requirements.txt
|