github workflows to run tests
Closed this issue · 2 comments
videlec commented
github actions provide a way to run tests using the github infrastructure. This is very convenient while working on the code.
Part of openjournals/joss-reviews#3996.
fredstro commented
I have added a github action workflow to run tox in a docker container with a number of tests (basically taken from the sage's tox configuration):
- doctests
- coverage
- pycodestyle
- relint
- codespell
videlec commented
Very nice.