Pylint update to .travis.yml
This commit is contained in:
parent
82dbf0ab26
commit
18fda74f51
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ deploy:
|
|||
install:
|
||||
- pip install -r requirements.txt
|
||||
- pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme
|
||||
- pip install --force-reinstall pylint==1.9.2
|
||||
script:
|
||||
- pylint adafruit_amg88xx.py
|
||||
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
|
||||
|
|
|
|||
Loading…
Reference in a new issue