Skip to content

Commit b0c370e

Browse files
authored
Merge pull request #2 from adafruit/tannewt-patch-1
Update .travis.yml
2 parents 6512226 + cc8fefc commit b0c370e

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
@@ -26,6 +26,6 @@ install:
2626
- pip install pylint circuitpython-build-tools
2727

2828
script:
29-
- pylint adafruit_apds9960.py
29+
- pylint adafruit_apds9960/*.py
3030
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
3131
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-apds9960 --library_location .

0 commit comments

Comments
 (0)