[.drone.yml]: inprove syntax
This commit is contained in:
parent
462c0ef323
commit
37f7a4c1cf
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user