Commit 31842b81 authored by skysky's avatar skysky

edit drone.yml

parent 421476d8
Pipeline #4517 failed with stage
......@@ -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
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