partmor / ezaero

ezaero - Easy aerodynamics in Python :airplane:
https://ezaero.readthedocs.io
MIT License
30 stars 3 forks source link

Switch tox checkers to general python3 #19

Open jorgepiloto opened 3 years ago

jorgepiloto commented 3 years ago

At the moment, tox.ini file holds several non critical environments: check,coverage,clean,docs and format. Those are configure to run on a Python 3.7 version, see:

https://github.com/partmor/ezaero/blob/a7c1f31b191ea605e9a9802c645a0ffb0c98ce08/tox.ini#L5-L9

We might consider switching those to a general python3 environment, since package tests can be run in both python3.7 and python3.8.

partmor commented 3 years ago

Hi @jorgepiloto!

That's a good point, I agree. It should be changed.

Thanks for pointing this out 👍