mirror of
https://github.com/ipfs-shipyard/py-ipfs-http-client.git
synced 2021-08-30 00:23:11 +03:00
Add Python 3.9 to Docker-based verification
This commit is contained in:
committed by
Alexander Schlarb
parent
ca46d2abc9
commit
91bdaba427
@@ -1,6 +1,6 @@
|
||||
ARG PYTHON_VERSION
|
||||
|
||||
FROM python:${PYTHON_VERSION}
|
||||
FROM python:${PYTHON_VERSION}-slim
|
||||
|
||||
RUN pip install --upgrade pip
|
||||
RUN pip install tox
|
||||
|
||||
Reference in New Issue
Block a user