Commit 31842b81 authored by skysky's avatar skysky

edit drone.yml

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