Skip to content

Commit 4dd1358

Browse files
authored
Merge pull request #6 from adafruit/pylint-version-fix
pylint version fix
2 parents 26c73be + 81ba29c commit 4dd1358

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ deploy:
2828
install:
2929
- pip install -r requirements.txt
3030
- pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme
31+
- pip install --force-reinstall pylint==1.9.2
3132
script:
3233
- pylint adafruit_am2320.py
3334
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)

0 commit comments

Comments
 (0)