diff --git a/.drone.yml b/.drone.yml index 03140a4..3ea00fd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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