build: make pylint errors fail the overall build
authorAndrew Sichevoi <kondor@thekondor.net>
Tue, 3 Jul 2018 05:15:22 +0000 (08:15 +0300)
committerAndrew Sichevoi <kondor@thekondor.net>
Tue, 3 Jul 2018 05:15:22 +0000 (08:15 +0300)
.travis.yml

index 1f6f7a3..c460931 100644 (file)
@@ -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