/docker-tox-pyenv-runner

Docker image to run tox with multiple versions of python handled by pyenv

Primary LanguageShellThe UnlicenseUnlicense

Docker Tox Pyenv Runner

This contains the definition for an Docker image for running tox to test python.

Tox is a application to run python tests against multiple versions of python in virtual environments.

Docker Hub

The Docker instance is located here on Docker hub.

Running

docker run -e BE_UID=$(id -u) -e BE_GID=$(id -g) --rm -v $PWD:/app cscutcher/tox-pyenv-runner