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.0
PyPy Versions:
- PyPy
7.3.11- Python2.7 - PyPy
7.3.11- Python3.8 - PyPy
7.3.11- Python3.9
This image installs different versions of CPython and PyPy facilitating running tox on a linux machine.
FROM robert96/tox:latest
COPY . /app
WORKDIR /app
RUN toxThen, 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.