Skip to content

Commit

Permalink
Merge pull request #17 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 794100b + 0201939 commit 4f82bb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ deploy:
tags: true

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_register/*.py
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
Expand Down

0 comments on commit 4f82bb6

Please sign in to comment.