infr: fix pylint's warnings by adjusting the code, suppressing non-important issues...
[debocker.git] / .travis.yml
1 language: python
2 python:
3  - "3.3"
4  - "3.4"
5 install:
6  - pip install click
7  - pip install pylint
8 script:
9  - pylint --disable=R,C debocker
10  - python setup.py sdist