Commit graph

2 commits

Author SHA1 Message Date
860bb1b01c
Add woodpecker ci pipeline
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Added basic continuous integration tests to run on any push.

On main branch, the python program is built.
On tagged commit, a gitea release is created.

Fixed build pipeline issues:

Ignored the typeless library imports nox and metadata_version since they
are for development testing and too old of a python version
respectively.

Fixed two small typing errors for repetitions.
2022-01-18 19:55:37 +01:00
031145db01
Make program downward compatible until python 3.7
Add multi-version tests with nox to keep regressions from happening.
2021-12-15 22:34:30 +01:00