Closed namurphy closed 1 year ago
This PR adds tox.ini, which is the configuration file that sets up different tox environments. There's a bit hidden in the configuration, but to do tests on Python 3.9, 3.10, or 3.11, we can do:
tox.ini
tox -e py39 tox -e py310 tox -e py311
This PR adds
tox.ini
, which is the configuration file that sets up different tox environments. There's a bit hidden in the configuration, but to do tests on Python 3.9, 3.10, or 3.11, we can do: