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

Commit ae28a46

Browse files
authored
Made travis stop searching for folders in the examples folder
1 parent 57370e7 commit ae28a46

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,7 +27,7 @@ install:
2727
script:
2828
- pylint adafruit_lsm303.py
2929
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace
30-
examples/*/*.py)
30+
examples/*.py)
3131
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-lsm303 --library_location
3232
.
3333
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..

0 commit comments

Comments
 (0)