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 2032cc7 commit b94edb7Copy full SHA for b94edb7
.travis.yml
@@ -25,9 +25,9 @@ install:
25
- pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme
26
- pip install --force-reinstall pylint==1.9.2
27
script:
28
-- pylint adafruit_sht31.py
+- pylint adafruit_sht31d.py
29
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace
30
examples/*.py)
31
-- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-sht31 --library_location
+- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-sht31d --library_location
32
.
33
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..
0 commit comments