George Rawlinson
c3e789682c
All checks were successful
continuous-integration/drone/push Build is passing
11 lines
151 B
YAML
11 lines
151 B
YAML
---
|
|
|
|
kind: pipeline
|
|
|
|
steps:
|
|
- name: test
|
|
image: python
|
|
commands:
|
|
- pip install poetry
|
|
- poetry install
|
|
- poetry run pytest
|