tox

Automate testing across multiple Python environments and versions

brewmacoslinux
Try with needOr install directly
Source

About

Generic Python virtualenv management and test command-line tool

Commands

tox

Examples

Run tests in all configured Python environments$ tox
Run tests only in Python 3.9 environment$ tox -e py39
List all available test environments defined in tox.ini$ tox -l