Pylint update to .travis.yml

This commit is contained in:
Kattni Rembor 2018-08-02 14:59:03 -04:00
parent 82dbf0ab26
commit 18fda74f51

View file

@ -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)