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

This commit is contained in:
ravenscroftj 2022-10-30 15:56:41 +00:00
parent 1c7d5d570a
commit 639fb7e979
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: