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