From: Andrew Sichevoi Date: Tue, 3 Jul 2018 05:15:22 +0000 (+0300) Subject: build: make pylint errors fail the overall build X-Git-Url: http://git.thekondor.net/?a=commitdiff_plain;h=303c9c9f57ceaed48bd2fc8c6edd5ca1705f737a;p=debocker.git build: make pylint errors fail the overall build --- diff --git a/.travis.yml b/.travis.yml index 1f6f7a3..c460931 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,5 @@ python: install: - pip install pylint script: + - pylint --disable=R,C debocker - python setup.py sdist -after_script: -- pylint --disable=R,C debocker