Tox is a generic python virtualenv management and test command line tool
549
Dockerfile linksTox is a generic virtualenv management and test command line tool you can use for:
Dockerfile in your projectFROM masahide/tox
Then, run the commands to build and run the Docker image:
$ docker build -t my-tox .
$ docker run -it --rm -v "$PWD:/code" my-tox tox
DockerfileIf you don't want to include a Dockerfile in your project, it is sufficient to do the following:
$ docker run -it --rm -v "$PWD:/code" -w /code masahide/tox tox
View license information for the software contained in this image.
This image is officially supported on Docker version 1.10.1.
Content type
Image
Digest
Size
230.5 MB
Last updated
about 7 years ago
docker pull masahide/tox