build: initial basic running of pylint to see critical+warning messages only
authorAndrew Sichevoi <kondor@thekondor.net>
Tue, 3 Jul 2018 04:25:19 +0000 (07:25 +0300)
committerAndrew Sichevoi <kondor@thekondor.net>
Tue, 3 Jul 2018 04:25:19 +0000 (07:25 +0300)
.travis.yml

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