[.drone.yml]: inprove syntax
This commit is contained in:
@@ -5,6 +5,6 @@ steps:
|
|||||||
- name: test
|
- name: test
|
||||||
image: python:3.7.3
|
image: python:3.7.3
|
||||||
commands:
|
commands:
|
||||||
- pip install --upgrade pip
|
- pip install --upgrade pip
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pytest
|
- pytest
|
||||||
|
|||||||
Reference in New Issue
Block a user