Add drone configuration for automated testing
This commit is contained in:
9
.drone.yml
Normal file
9
.drone.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: python3-alpine
|
||||
commands:
|
||||
- python3 -m unittest
|
||||
Reference in New Issue
Block a user