Commit 19a91921 authored by skysky's avatar skysky

edit drone.yml

parent abc2fb0e
Pipeline #4519 passed with stage
...@@ -3,14 +3,9 @@ kind: pipeline ...@@ -3,14 +3,9 @@ kind: pipeline
type: docker type: docker
name: default name: default
steps: steps:
- name: build
image: python
commands:
- echo "Starting build now..."
- pip install -r requirements.txt
- name: test - name: test
image: python image: python
commands: commands:
- echo "Starting test now..." - echo "Starting test now..."
- pip install pytest - pip install -r requirements.txt
- pytest -vv - pytest -vv
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment