Skip to content

Commit e45ce98

Browse files
committed
lint all!
1 parent ff4c64f commit e45ce98

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
@@ -24,7 +24,7 @@ install:
2424
- pip install circuitpython-build-tools Sphinx sphinx-rtd-theme
2525
- pip install --force-reinstall pylint==1.9.2
2626
script:
27-
- pylint adafruit_espatcontrol.py
27+
- pylint adafruit_espatcontrol/*.py
2828
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
2929
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-espatcontrol --library_location .
3030
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..

0 commit comments

Comments
 (0)