mirror of
https://github.com/planetmint/planetmint.git
synced 2026-02-27 13:23:21 +00:00
added integration tests incl docker-compose and travis-ci setup
This commit is contained in:
6
integration/python/Dockerfile
Normal file
6
integration/python/Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user