test/.drone.yml

10 lines
114 B
YAML

---
kind: pipeline
name: default
steps:
- name: test
image: python:3
commands:
- python3 test.py