Skip to content
This repository was archived by the owner on Oct 29, 2019. It is now read-only.

Commit 77a40c7

Browse files
committed
travis the examples subfolders
1 parent 834760e commit 77a40c7

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
@@ -27,5 +27,5 @@ install:
2727

2828
script:
2929
- pylint adafruit_lsm303.py
30-
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
30+
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*/*.py)
3131
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-lsm303 --library_location .

0 commit comments

Comments
 (0)