test/.drone.yml

10 lines
114 B
YAML
Raw Normal View History

2021-02-20 15:24:16 +00:00
---
kind: pipeline
name: default
steps:
- name: test
2021-02-20 16:12:55 +00:00
image: python:3
2021-02-20 15:24:16 +00:00
commands:
- python3 test.py