tox
all
Automate Python testing across multiple Python versions. Use tox.ini to configure environments and test command.
More info →Options (2)
-a, --listenvs-allbooleanList the available environments
Example:
tox {{[-a|--listenvs-all]}}-r, --recreatebooleanForce the virtual environment to be recreated
Example:
tox {{[-r|--recreate]}} -e {{py27}}made by @shridhargupta | data from tldr-pages