Dockerfile:
FROM python:3
RUN pip install tox
ENTRYPOINT [ "/bin/bash" ]
Run like: docker run --rm -v $PWD:/tmp/ diboan/tox-testing -c 'cd /tmp/ ; tox'
Content type
Image
Digest
Size
267.3 MB
Last updated
over 7 years ago
docker pull diboan/tox-testing