https://github.com/omercnet/docker-tox
tox docker image for easy testing
https://github.com/omercnet/docker-tox
alpine docker pytest python2 python3 testing tox ubuntu
Last synced: 2 months ago
JSON representation
tox docker image for easy testing
- Host: GitHub
- URL: https://github.com/omercnet/docker-tox
- Owner: omercnet
- License: mit
- Created: 2018-03-24T05:12:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-22T17:27:43.000Z (about 3 years ago)
- Last Synced: 2025-10-19T09:40:10.391Z (8 months ago)
- Topics: alpine, docker, pytest, python2, python3, testing, tox, ubuntu
- Language: Dockerfile
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/omercnet/docker-tox/tree/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