Docker image for running tox with Python 2.7, 3.4, 3.5, 3.6, 3.7, 3.8, PyPy and PyPy3.
792
Docker image for running tox with Python 2.7, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, PyPy and PyPy3.
CPython Versions:
2.7.183.4.103.5.103.6.153.7.163.8.163.9.163.11.13.12.0PyPy Versions:
7.3.11 - Python 2.77.3.11 - Python 3.87.3.11 - Python 3.9Dockerfile linksThis image installs different versions of CPython and PyPy facilitating running tox on a linux machine.
Dockerfile in your projectFROM robert96/tox:latest
COPY . /app
WORKDIR /app
RUN tox
Then, run the commands to build and run the Docker image:
$ docker build -t my-tox-runner .
$ docker run --name my-tox-runner my-tox-runner
This project is licensed under the MIT License.
Content type
Image
Digest
sha256:9108e8ef7…
Size
2.1 GB
Last updated
about 1 year ago
docker pull robert96/tox