Add drone configuration for automated testing
Some checks failed
continuous-integration/drone/push Build encountered an error
continuous-integration/drone Build encountered an error

This commit is contained in:
2021-11-04 19:53:58 +01:00
parent 918f294df9
commit 8e99ef402b

9
.drone.yml Normal file
View File

@@ -0,0 +1,9 @@
kind: pipeline
type: docker
name: default
steps:
- name: test
image: python3-alpine
commands:
- python3 -m unittest