Tox is a very nice test runner that will execute the tests on different versions of Python. This way, we can make sure that no Python3-incompatible change is introduced.
I have also set up the configuration to run Flake8, but it is not enabled by default yet, since it currently reports a lot of errors (most of which can be safely ignored).
Tox is a very nice test runner that will execute the tests on different versions of Python. This way, we can make sure that no Python3-incompatible change is introduced.
I have also set up the configuration to run Flake8, but it is not enabled by default yet, since it currently reports a lot of errors (most of which can be safely ignored).