debian-forge/.travis.yml
2019-07-17 13:08:22 +02:00

8 lines
179 B
YAML

dist: xenial # required for Python >= 3.7
language: python
python:
- "3.7"
install:
- pip install pylint
# command to run tests
script: pylint osbuild assemblers/* stages/*