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 6512226 commit cc8fefcCopy full SHA for cc8fefc
.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