kuchtact / WiPPLPy

Easily access data from plasma devices in the Wisconsin Plasma Physics Laboratory (WiPPL).
https://wipplpy.readthedocs.io/en/latest/
2 stars 4 forks source link

Add initial tox configuration file #3

Closed namurphy closed 1 year ago

namurphy commented 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 -e py39
tox -e py310
tox -e py311