This commit is contained in:
14
.drone.yml
14
.drone.yml
@@ -1,9 +1,9 @@
|
|||||||
kind pipeline
|
kind: pipeline
|
||||||
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 --flake8 --isort
|
- pytest --flake8 --isort
|
||||||
|
|||||||
Reference in New Issue
Block a user