Skip to content

Commit 3cb590a

Browse files
committed
Correct lint location.
1 parent a48c2bd commit 3cb590a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ install:
2525
- pip install pylint circuitpython-travis-build-tools
2626

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

0 commit comments

Comments
 (0)