Start adding CI/CD
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-04-02 19:20:27 +02:00
parent 952ffecf17
commit e2333b8916

14
.drone.yml Normal file
View File

@@ -0,0 +1,14 @@
kind: pipeline
type: docker
name: test
steps:
- name: test-python-3.8
image: python:3.8-slim
commands:
- python test.py
- name: test-python-3.9
image: python:3.9-slim
commands:
- python test.py