travis: pin the pylint version

We only want to upgrade to a new version of pip after explicitly
opting in. Otherwise, PRs may randmly start failing just because
pylint was upgraded, but unrelated to the code change.

Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
Tom Gundersen 2019-09-25 13:50:22 +02:00 committed by Lars Karlitski
parent 7d39b5766d
commit 56a25adf7f

View file

@ -7,7 +7,7 @@ env:
jobs:
include:
- name: pylint
install: pip install pylint
install: pip install pylint==2.4.1
script: pylint osbuild osbuild-run assemblers/* stages/*
- name: unit-tests
script: python3 -m unittest test.test_osbuild