From 7bcb8ff0d8bfd05657a78096d5dd12c2d44fbf02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 3 May 2020 11:55:13 +0200 Subject: [PATCH] core: disable pylint of script docgen.py (Travis CI) --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fa04d25e7..0aea53d92 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,6 @@ script: - ./tools/build-test.sh - msgcheck po/*.po - pylint --version - - pylint doc/docgen.py - pylint tests/scripts/python/testapigen.py - pylint tests/scripts/python/testapi.py - pylint tests/scripts/python/unparse.py