Sign inSign up

diboan/tox-testing

By diboan

Updated over 7 years ago

Image
0

258

diboan/tox-testing repository overview

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'

Tag summary

Content type

Image

Digest

Size

267.3 MB

Last updated

over 7 years ago

docker pull diboan/tox-testing