https://github.com/ateliedocodigo/docker-tox
Docker base image for running tox with Python 2.6, 2.7, 3.3, 3.4, 3.5, 3.6, PyPy, and PyPy3.
https://github.com/ateliedocodigo/docker-tox
docker python testing tox virtualenv
Last synced: about 2 months ago
JSON representation
Docker base image for running tox with Python 2.6, 2.7, 3.3, 3.4, 3.5, 3.6, PyPy, and PyPy3.
- Host: GitHub
- URL: https://github.com/ateliedocodigo/docker-tox
- Owner: ateliedocodigo
- Created: 2017-09-29T16:15:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-09T22:59:59.000Z (almost 8 years ago)
- Last Synced: 2025-02-28T10:16:44.169Z (over 1 year ago)
- Topics: docker, python, testing, tox, virtualenv
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tox
Docker base image for running tox with Python 2.6, 2.7, 3.3, 3.4, 3.5, 3.6, PyPy, and PyPy3.
It ian extesion from [themattrix/docker-tox](https://github.com/themattrix/docker-tox) with `git` installed
Usage
-----
docker run --rm -v ${PWD}:/app ateliedocodigo/tox