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