Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Add pylint Drone testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tdemin committed Apr 14, 2019
1 parent be543e6 commit 16c81ff
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .drone.yml
@@ -0,0 +1,9 @@
kind: pipeline
name: Python linting

steps:
- name: pylint
image: python:3.7-stretch
commands:
- pip install pylint
- pylint $(find . -name "*.py")

0 comments on commit 16c81ff

Please sign in to comment.