Skip to content

Commit dfb82fd

Browse files
Trying bundle stuff in .travis.yml
1 parent 57c4b8b commit dfb82fd

File tree

3 files changed

+1
-1
lines changed

3 files 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_fancyled.py
29+
- pylint adafruit_fancyled/*.py
3030
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
3131
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-fancyled --library_location .
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)