Remove pylint from Travis CI job
The pylint test is now run within GitHub Actions, so the Travis CI pylint job is no longer needed. Signed-off-by: Major Hayden <major@redhat.com>
This commit is contained in:
parent
f2c9276765
commit
d0b50db067
1 changed files with 0 additions and 3 deletions
|
|
@ -6,9 +6,6 @@ env:
|
|||
- PYTHONUNBUFFERED=1
|
||||
jobs:
|
||||
include:
|
||||
- name: pylint
|
||||
install: pip install pylint==2.4.1
|
||||
script: pylint osbuild runners/* assemblers/* stages/* sources/*
|
||||
- name: unit-tests
|
||||
script:
|
||||
- python3 -m unittest test.test_osbuild
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue