From 639fb7e979cf053b67d10c8bb5a584a3b3ca9e70 Mon Sep 17 00:00:00 2001 From: ravenscroftj Date: Sun, 30 Oct 2022 15:56:41 +0000 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 98fc1c5..7c090b3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: