Merge pull request #6 from adafruit/pylint-version-fix

pylint version fix
This commit is contained in:
Brennen Bearnes 2018-12-05 12:35:00 -07:00 committed by GitHub
commit 4dd1358584
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,6 +28,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_am2320.py
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)