ci(drone): fix indentation
continuous-integration/drone/push Build is passing Details

This commit is contained in:
George Rawlinson 2021-09-07 20:52:30 +00:00
parent bc6f865481
commit c3e789682c
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 7 additions and 5 deletions

View File

@ -1,9 +1,11 @@
---
kind: pipeline
steps:
- name: test
image: python
commands:
- pip install poetry
- poetry install
- poetry run pytest
image: python
commands:
- pip install poetry
- poetry install
- poetry run pytest