Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Python versions run in CI | Trygve Aaberge | 2023-10-22 | 1 | -10/+10 |
| | |||||
* | Upgrade dependencies used in GitHub Actions workflow | Trygve Aaberge | 2023-10-22 | 1 | -2/+2 |
| | |||||
* | Simplify GitHub Actions workflow | Trygve Aaberge | 2023-10-22 | 1 | -80/+13 |
| | | | | | | | The caching doesn't seem to help much and it spends a while in the post step for the cache so the total runtime is lower without the cache. Having linting and testing in separate jobs doesn't seem valuable to me either. | ||||
* | 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> |