summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* run tests first, then lintingJensDiemer2020-02-131-5/+5
|
* Update pythonapp.ymlJens Diemer2020-02-011-0/+3
|
* Update pythonapp.ymlJens Diemer2020-02-011-0/+1
| | | lint only with python 3.8
* Update pythonapp.ymlJens Diemer2020-02-011-1/+1
|
* use github action matrix and call pytest directly without toxJensDiemer2020-02-011-18/+12
|
* schedule github actions on push and daily at 8amJensDiemer2020-02-011-1/+4
|
* convert old "%-formatted" and .format(...) strings into "f-strings" with flyntJensDiemer2020-01-191-4/+4
|
* fix github actions adn Travis CIJensDiemer2020-01-181-4/+25
|
* Update Makefile and use autopep8 instead of blackJensDiemer2020-01-181-25/+10
|
* modernize projectJensDiemer2020-01-181-0/+43
* use poetry * add a Makefile * add github actions * nose -> pytest