Add a tox configuration to ease multi-Python tests.
Review Request #13430 — Created Nov. 22, 2023 and submitted — Latest diff uploaded
This introduces a basic
tox.ini
that makes it simple to run the test
suite across all versions of Python. Note that this should be done
outside of a virtualenv, as it will manage environments explicitly.
Ran the full test suite using
tox
.