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 a48c2bd commit 3cb590aCopy full SHA for 3cb590a
.travis.yml
@@ -25,6 +25,6 @@ install:
25
- pip install pylint circuitpython-travis-build-tools
26
27
script:
28
- - pylint adafruit_ads1x15.py
+ - pylint adafruit_ads1x15/*.py
29
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
30
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-ads1x15 --library_location .
0 commit comments