Testing/CI #21

Merged
jp merged 40 commits from testing into master 2022-12-11 16:27:22 +01:00
Showing only changes of commit 7e9e88eee7 - Show all commits
+9
View File
@@ -0,0 +1,9 @@
kind: pipeline
name: default
steps:
- name: test
image: python:3.10
commands:
- pip install -r requirements.txt
- python -m unittest tests