From 303c9c9f57ceaed48bd2fc8c6edd5ca1705f737a Mon Sep 17 00:00:00 2001 From: Andrew Sichevoi Date: Tue, 3 Jul 2018 08:15:22 +0300 Subject: [PATCH] build: make pylint errors fail the overall build --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.20.1