From a99b01bc5e55ec0477cf3dfa64a7e09e1be69060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 30 Nov 2015 10:22:04 +0100 Subject: [PATCH] core: add command "pylint --version" (Travis CI) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9afe62a54..1d1fce646 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,7 @@ before_script: script: - ./tools/build-test.sh - msgcheck po/*.po + - pylint --version - pylint doc/docgen.py after_success: