smbmc/.drone.yml

10 lines
136 B
YAML
Raw Normal View History

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