This repository has been archived on 2020-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
robo-rat/.drone.yml

11 lines
286 B
YAML

platform: linux/arm32v6
clone:
git:
image: "arm32v6local:dronegit"
pipeline:
build:
image: arm32v6/python:3.6-alpine3.6
commands:
- pip3 install -r requirements.txt
- pip3 install pycodestyle
- python3 -m pycodestyle .