From d0b50db067aff5d5e7c5c9f98ec331bb3a2f457e Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Mon, 24 Feb 2020 13:26:22 -0600 Subject: [PATCH] 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 --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f7980935..21767e96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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