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.
2 parents 6512226 + cc8fefc commit b0c370eCopy full SHA for b0c370e
.travis.yml
@@ -26,6 +26,6 @@ install:
26
- pip install pylint circuitpython-build-tools
27
28
script:
29
- - pylint adafruit_apds9960.py
+ - pylint adafruit_apds9960/*.py
30
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
31
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-apds9960 --library_location .
0 commit comments