debian-forge/.travis.yml
Tom Gundersen 52e2374bb6 travis: run osbuild-run through pylint
This was most likely an oversight.

Signed-off-by: Tom Gundersen <teg@jklm.no>
2019-07-31 01:34:31 +02:00

10 lines
179 B
YAML

dist: bionic
language: python
python:
- "3.7"
install:
- pip install pylint
jobs:
include:
- name: pylint
script: pylint osbuild osbuild-run assemblers/* stages/*