Skip to content

Commit

Permalink
Merge pull request #18 from adafruit/pylint-version-fix
Browse files Browse the repository at this point in the history
pylint version fix
  • Loading branch information
brennen committed Dec 5, 2018
2 parents 9617e19 + 12d9045 commit 2d8be35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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_bno055.py
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
Expand Down

0 comments on commit 2d8be35

Please sign in to comment.