added integration tests incl docker-compose and travis-ci setup

This commit is contained in:
LaurentDeMontBlanc
2022-02-07 12:32:31 +01:00
parent 263dfd49ed
commit 339b38b123
7 changed files with 149 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
FROM python:3.9
RUN mkdir -p /src
RUN pip install --upgrade \
pytest~=6.2.5 \
planetmint-driver~=0.9.0