format-novel/.drone.yml

26 lines
339 B
YAML

kind: pipeline
name: python-3-9-alpine-3-15
clone:
skip_verify: true
steps:
- name: build
image: alpine:3.15
pull: always
commands:
- tests/run-ci-tests
---
kind: pipeline
name: python-3-10-alpine-3-17
clone:
skip_verify: true
steps:
- name: build
image: alpine:3.17
pull: always
commands:
- tests/run-ci-tests