smbmc/.drone.yml

12 lines
151 B
YAML
Raw Permalink Normal View History

2021-09-07 20:52:30 +00:00
---
2021-09-07 20:50:45 +00:00
kind: pipeline
steps:
- name: test
2021-09-07 20:52:30 +00:00
image: python
commands:
- pip install poetry
- poetry install
- poetry run pytest