tox Command Examples

Automate Python testing across multiple Python versions. Use tox.ini to configure environments and test command. More information: https://github.com/tox-dev/tox.

tox

tox-quickstart

tox {{[-a|--listenvs-all]}}

tox -e {{py36}}

tox {{[-r|--recreate]}} -e {{py27}}