diff --git a/.drone.yml b/.drone.yml index 3d4f3b3da6ff94e03e4ef8c6a2349a8fc7739df9..ac7d83cf693c3f03ccf091a44f6c28eb2121f30b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,9 +3,13 @@ kind: pipeline type: docker name: default steps: - - name: test + - name: build image: python commands: + - echo "Starting build now..." - pip install -r requirements.txt + - name: test + image: python + commands: + - echo "Starting test now..." - pytest -vv -