format-novel/.drone.yml
Dan Helfman b711d2f425
All checks were successful
continuous-integration/drone/push Build is passing
Drop Python 3.9 build.
2023-02-20 18:58:49 -08:00

13 lines
168 B
YAML

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