Skip to content

Commit 6861b08

Browse files
committed
Change Travis configuration to include subdirectories under examples
1 parent 1029dbd commit 6861b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ install:
2727

2828
script:
2929
- pylint adafruit_circuitplayground/*.py
30-
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
30+
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name `find ./examples -name "*.py"`)
3131
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-circuitplayground --library_location .
3232
- cd docs && sphinx-build -E -W -b html . _build/html

0 commit comments

Comments
 (0)