https://github.com/fpob/docker-tox
https://github.com/fpob/docker-tox
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fpob/docker-tox
- Owner: fpob
- Created: 2023-05-09T18:16:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-19T16:28:08.000Z (over 2 years ago)
- Last Synced: 2023-10-19T17:32:12.977Z (over 2 years ago)
- Language: Shell
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```