Skip to content
/ tox-docker Public

Docker container with tox and multiple versions of Python

Notifications You must be signed in to change notification settings

ods/tox-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Docker container with tox and multiple versions of Python

Usage:

docker run --rm -it \
    --mount type=bind,src=$(pwd),target=/src -w /src \
    --user $(id -u):$(id -g) \
    otkds/tox:3.10-3.7

About

Docker container with tox and multiple versions of Python

Resources

Stars

Watchers

Forks

Packages

No packages published