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 7a9b9b5 commit 65d9051Copy full SHA for 65d9051
.travis.yml
@@ -26,7 +26,7 @@ install:
26
- pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme
27
28
script:
29
- - pylint adafruit_rfm95.py
+ - pylint adafruit_rfm9x.py
30
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
31
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-rfm9x --library_location .
32
- cd docs && sphinx-build -E -W -b html . _build/html
0 commit comments