Sign inSign up

dekelb/tox

By dekelb

Updated almost 8 years ago

Alpine based tox docker image for easy testing (based on omercnet docker)

Image
0

2.7K

dekelb/tox repository overview

Tox

This is an ubuntu based docker image for tox.

If you're looking to avoid pyenv or need a single image for your CI that has py2/3 and tox preinstalled, you found a solution.

Usage:

$ docker run --rm -it -v `pwd`:/app omercnet/tox

Or if you're into alpine:

$ docker run --rm -it -v `pwd`:/app omercnet/tox:alpine

You can also use 'natively' adding this to your shell rc:

$ alias tox='docker run --rm -it -v `pwd`:/app omercnet/tox
$ tox --help

Tag summary

Content type

Image

Digest

Size

283.5 MB

Last updated

almost 8 years ago

docker pull dekelb/tox