From: Andrew Sichevoi Date: Tue, 3 Jul 2018 04:25:19 +0000 (+0300) Subject: build: initial basic running of pylint to see critical+warning messages only X-Git-Url: http://git.thekondor.net/?a=commitdiff_plain;h=51dc8c830fe3590c4fd5cb0905b292e26d426a91;p=debocker.git build: initial basic running of pylint to see critical+warning messages only --- 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