Files
argclass/.drone.yml
2021-04-02 19:20:27 +02:00

15 lines
228 B
YAML

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