From 51dc8c830fe3590c4fd5cb0905b292e26d426a91 Mon Sep 17 00:00:00 2001 From: Andrew Sichevoi Date: Tue, 3 Jul 2018 07:25:19 +0300 Subject: [PATCH] build: initial basic running of pylint to see critical+warning messages only --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7e97ba7..1f6f7a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,5 +2,9 @@ language: python python: - "3.3" - "3.4" +install: + - pip install pylint script: - python setup.py sdist +after_script: +- pylint --disable=R,C debocker -- 2.20.1