All checks were successful
continuous-integration/drone/push Build is passing
14 lines
177 B
YAML
14 lines
177 B
YAML
kind: pipeline
|
|
name: default
|
|
|
|
platform:
|
|
os: linux
|
|
arch: arm
|
|
|
|
steps:
|
|
- name: test
|
|
image: python
|
|
commands:
|
|
- pip install -r requirements.txt
|
|
- pytest --flake8 --isort
|