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: