Unverified Commit 46d1a054 authored by Skysky's avatar Skysky Committed by GitHub

Update .drone.yml

parent 96d00a2c
Pipeline #4507 passed with stage
...@@ -3,9 +3,9 @@ kind: pipeline ...@@ -3,9 +3,9 @@ kind: pipeline
type: docker type: docker
name: default name: default
steps: steps:
name: test - name: test
image: python image: python
commands: commands:
- pip install -r requirements.txt - 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