smbmc/.drone.yml
George Rawlinson c3e789682c
All checks were successful
continuous-integration/drone/push Build is passing
ci(drone): fix indentation
2021-09-07 20:52:30 +00:00

11 lines
151 B
YAML

---
kind: pipeline
steps:
- name: test
image: python
commands:
- pip install poetry
- poetry install
- poetry run pytest