Update '.drone.yml'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
ravenscroftj 2022-10-30 15:55:43 +00:00
parent c7a31ce559
commit 1c7d5d570a
1 changed files with 6 additions and 6 deletions

View File

@ -3,12 +3,12 @@ type: docker
name: test and build
steps:
- name: test
image: python:3.7
commands:
- pip install poetry
- poetry install
- poetry run pytest
# - name: test
# image: python:3.7
# commands:
# - pip install poetry
# - poetry install
# - poetry run pytest
- name: publish
when: