You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to set up some kind of CI service (GitHub Actions, Travis, ...) to automatically run tests (once there are any, see #7) and mypy. This might also be a good opportunity to set up additional checker tools (such as flake8).
The tests should be run on multiple Python versions and OSes. The checker tools only need to run on one configuration (they only perform static analysis that is not dependent on the Python version and OS used to run the tool). tox could be used to manage test/tool execution on different Python versions.
The text was updated successfully, but these errors were encountered:
I need to set up some kind of CI service (GitHub Actions, Travis, ...) to automatically run tests (once there are any, see #7) and mypy. This might also be a good opportunity to set up additional checker tools (such as flake8).
The tests should be run on multiple Python versions and OSes. The checker tools only need to run on one configuration (they only perform static analysis that is not dependent on the Python version and OS used to run the tool). tox could be used to manage test/tool execution on different Python versions.
The text was updated successfully, but these errors were encountered: