An open API service indexing awesome lists of open source software.

https://github.com/fpob/docker-tox


https://github.com/fpob/docker-tox

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# tox

Image for running [tox](https://tox.readthedocs.org/en/latest/) with multiple
Python and PyPy versions.

Contains all supported Python and PyPy versions.

* Python 3.8
* Python 3.9
* Python 3.10
* Python 3.11
* Python 3.12
* PyPy 3.9
* PyPy 3.10

Image is automatically updated every month with the latest Python versions.
Before pushing to Docker hub, the image is tested on a simple project to make
sure that the updates did not break something.

## Example usage

```sh
docker run --rm -v $PWD:/workdir -w /workdir -u $(id -u) fpob/tox
```