Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit d975017

Browse files
authored
Fix travis config to lint files in package.
It appears the travis config is not designed to lint multiple files. Fixing this deficiency.
1 parent 93a1c7a commit d975017

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

2727
script:
28-
- pylint thermal_printer.py
28+
- pylint --disable=missing-docstring adafruit_thermal_printer/*.py
2929
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
3030
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-thermal-printer --library_location .

0 commit comments

Comments
 (0)