Skip to content

Commit bb311b7

Browse files
committed
Fixed .yml file
1 parent a9bdb62 commit bb311b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ install:
2525
- pip install pylint circuitpython-travis-build-tools
2626

2727
script:
28-
- pylint adafruit_circuitpython_dht.py
28+
- pylint adafruit_dht.py
2929
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
3030
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-dht --library_location .

0 commit comments

Comments
 (0)