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:
parent
7d39b5766d
commit
56a25adf7f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue