{"id":15009170,"url":"https://github.com/acerv/tox-docker","last_synced_at":"2026-03-11T19:12:23.324Z","repository":{"id":122919470,"uuid":"250580839","full_name":"acerv/tox-docker","owner":"acerv","description":"A Dockerfile to run tox with multiple python versions.","archived":false,"fork":false,"pushed_at":"2020-03-31T16:59:40.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-12T22:42:30.507Z","etag":null,"topics":["docker","python","python23","python24","python25","python26","python27","python31","python32","python33","python34","python35","python36","python37","python38","python39","testing","testing-tools","tox"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/sawkita/tox","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/acerv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-27T16:08:50.000Z","updated_at":"2020-03-31T16:59:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"8253bbd8-e0a6-4d3b-b16f-ec180a379821","html_url":"https://github.com/acerv/tox-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/acerv/tox-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acerv%2Ftox-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acerv%2Ftox-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acerv%2Ftox-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acerv%2Ftox-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/acerv","download_url":"https://codeload.github.com/acerv/tox-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acerv%2Ftox-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30395150,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T18:46:22.935Z","status":"ssl_error","status_checked_at":"2026-03-11T18:46:17.045Z","response_time":84,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","python","python23","python24","python25","python26","python27","python31","python32","python33","python34","python35","python36","python37","python38","python39","testing","testing-tools","tox"],"created_at":"2024-09-24T19:23:26.991Z","updated_at":"2026-03-11T19:12:23.309Z","avatar_url":"https://github.com/acerv.png","language":"Dockerfile","readme":"# Introduction\n\nDocker image to run tox with multiple python versions. Available images\nare the following:\n\n* **sawkita/tox:2** - python2 only\n* **sawkita/tox:3** - python3 only\n* **sawkita/tox:all** - both python 2 and 3\n\nThis is an image based on **ubuntu-18.04** with a pre-installed version of **tox**.\nBy using the ``TOX_VERSION`` environment variable, it's possible to select the tool version.\n\nCheck below for supported python versions.\n\n# Running tox\n\nAn example command to use ``sawkita/tox`` image is the following:\n\n    # pull all python versions\n    docker pull sawkita/tox:all\n    \n    # pull python2 only image\n    docker pull sawkita/tox:2\n    \n    # pull python3 only image\n    docker pull sawkita/tox:3\n    \n    # run a container\n    docker container run \\\n        --mount src=$PWD,target=/src,type=bind \\ # mount python source code in /src\n        --interactive \\                          # use interactive mode\n        --tty \\                                  # use pseudo-terminal\n        --rm \\                                   # remove the container after testing\n        sawkita/tox:all \\                        # 2 or 3 can be used\n        /bin/bash -c \"cd /src \u0026\u0026 tox\"            # run tox inside /src\n\n# Python versions\n\nSupported python versions are the following:\n\n* python2.3\n* python2.4\n* python2.5\n* python2.6\n* python2.7\n* python3.1\n* python3.2\n* python3.3\n* python3.4\n* python3.5\n* python3.6\n* python3.7\n* python3.8\n* python3.9\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facerv%2Ftox-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facerv%2Ftox-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facerv%2Ftox-docker/lists"}