summaryrefslogtreecommitdiffstats
path: root/.github (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Include Python version 3.11 in CI.Diego Elio Pettenò2022-12-171-1/+1
|
* Update all GitHub actions versions to v3.Diego Elio Pettenò2022-12-172-5/+5
|
* CI: include Python 3.10 in the list of tested platforms.Diego Elio Pettenò2021-11-021-1/+1
|
* CI: Replace Travis CI with GitHub Actions.Diego Elio Pettenò2021-05-171-0/+32
|
* Update pre-commit configuration.Diego Elio Pettenò2021-02-251-9/+3
|
* Update pre-commit configuration to run on main branch.Diego Elio Pettenò2020-06-131-1/+1
|
* Move pre-commit checks from Travis CI to a GitHub Action.Diego Elio Pettenò2020-05-161-0/+24
This replaces the need for optional execution within the Travis CI configuration, and updates Mergify to wait on both checks. Also remove flake8 from pytest on 3.8 since flake8 is already executed in pre-commit.