Skip to content

Commit

Permalink
Correct lint location.
Browse files Browse the repository at this point in the history
  • Loading branch information
tannewt committed Dec 8, 2017
1 parent a48c2bd commit 3cb590a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ install:
- pip install pylint circuitpython-travis-build-tools

script:
- pylint adafruit_ads1x15.py
- pylint adafruit_ads1x15/*.py
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-ads1x15 --library_location .

0 comments on commit 3cb590a

Please sign in to comment.