summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* add "make update-rst-readme"JensDiemer2020-02-011-0/+2
|
* "make release" -> "make publish"JensDiemer2020-02-011-12/+6
|
* Fix code style with autopep8JensDiemer2020-01-191-5/+4
|
* fix import code style with isortJensDiemer2020-01-191-2/+2
|
* convert old "%-formatted" and .format(...) strings into "f-strings" with flyntJensDiemer2020-01-191-3/+4
|
* Bugfix "check-poetry" output and add simple tests for MakefileJensDiemer2020-01-191-1/+1
|
* bugfix make helpJensDiemer2020-01-181-1/+1
|
* fix github actions adn Travis CIJensDiemer2020-01-181-1/+13
|
* Update Makefile and use autopep8 instead of blackJensDiemer2020-01-181-13/+38
|
* modernize projectJensDiemer2020-01-181-0/+33
* use poetry * add a Makefile * add github actions * nose -> pytest