Commit 19a91921 authored by skysky's avatar skysky

edit drone.yml

parent abc2fb0e
Pipeline #4519 passed with stage
......@@ -3,14 +3,9 @@ kind: pipeline
type: docker
name: default
steps:
- name: build
image: python
commands:
- echo "Starting build now..."
- pip install -r requirements.txt
- name: test
image: python
commands:
- echo "Starting test now..."
- pip install pytest
- pip install -r requirements.txt
- 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