We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb2a881 commit 67fef34Copy full SHA for 67fef34
.travis.yml
@@ -27,7 +27,7 @@ install:
27
- pip install --force-reinstall pylint==1.9.2
28
29
script:
30
- - pylint adafruit_circuitpython_rplidar.py
+ - pylint adafruit_rplidar.py
31
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
32
- circuitpython-build-bundles --filename_prefix adafruit_circuitpython-circuitpython-rplidar --library_location .
33
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..
0 commit comments