Skip to content

Commit b94edb7

Browse files
committed
Updated .travis.yml
1 parent 2032cc7 commit b94edb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ install:
2525
- pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme
2626
- pip install --force-reinstall pylint==1.9.2
2727
script:
28-
- pylint adafruit_sht31.py
28+
- pylint adafruit_sht31d.py
2929
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace
3030
examples/*.py)
31-
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-sht31 --library_location
31+
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-sht31d --library_location
3232
.
3333
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..

0 commit comments

Comments
 (0)