Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare for Pylint transition from versions <2 | toonn | 2020-07-05 | 1 | -2/+2 |
| | |||||
* | Seperate doctests and pytests | toonn | 2019-09-24 | 1 | -2/+2 |
| | | | | | | Doctests are interfering with CI because curses can't find the terminfo database. This'll require looking into but for now we'll run the doctests seperately and expect failure. Same thing for pytests. | ||||
* | Drop py3.7 | toonn | 2019-09-18 | 1 | -1/+1 |
| | | | | | Temporarily drop python 3.7 from the workflow because it's not compatible with `pylint<2`. | ||||
* | Add GitHub Actions ci | toonn | 2019-09-03 | 1 | -0/+30 |
Run our python tests and shellcheck in seperate workflows only when relevant files are changed, respectively python files or `scope.sh`. This tests with one extra version of python, 3.7. GitHub's version of shellcheck seems to be missing a few flags. So we download the latest stable version, 0.7.0 currently. |