Skip to content

Commit 67fef34

Browse files
committed
Fix the reference to the module file
1 parent fb2a881 commit 67fef34

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
- pip install --force-reinstall pylint==1.9.2
2828

2929
script:
30-
- pylint adafruit_circuitpython_rplidar.py
30+
- pylint adafruit_rplidar.py
3131
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
3232
- circuitpython-build-bundles --filename_prefix adafruit_circuitpython-circuitpython-rplidar --library_location .
3333
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..

0 commit comments

Comments
 (0)