Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove running on Python 2.7 in CI | Trygve Aaberge | 2023-06-23 | 1 | -2/+2 |
| | | | | The setup-python action doesn't support Python 2.7 anymore. | ||||
* | Run black check in CI | Trygve Aaberge | 2021-03-20 | 1 | -0/+4 |
| | | | | | | Thanks to @sudoforge in #828 for this. Closes #828 | ||||
* | feat(ci): add python 3.9 to the test matrix | Benjamin Denhartog | 2021-03-06 | 1 | -2/+2 |
| | |||||
* | feat(ci): add python 3.8 to the test matrix | Benjamin Denhartog | 2021-03-06 | 1 | -2/+2 |
| | |||||
* | feat(ci): use github actions instead of travis-ci | Benjamin Denhartog | 2021-03-06 | 1 | -0/+103 |
This patch removes the configuration for Travis-CI, and adds configuration for Github Actions. Co-authored-by: Ashish Kulkarni <ashish@kulkarni.dev> |