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:
Major Hayden 2020-02-24 13:26:22 -06:00 committed by Tom Gundersen
parent f2c9276765
commit d0b50db067

View file

@ -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