This commit is contained in:
14
.drone.yml
14
.drone.yml
@@ -1,9 +1,9 @@
|
||||
kind pipeline
|
||||
name default
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps
|
||||
- name test
|
||||
image python
|
||||
commands
|
||||
steps:
|
||||
- name: test
|
||||
image: python
|
||||
commands:
|
||||
- pip install -r requirements.txt
|
||||
- pytest --flake8 --isort
|
||||
- pytest --flake8 --isort
|
||||
|
||||
Reference in New Issue
Block a user