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