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 39b75b9 commit f4b6c8dCopy full SHA for f4b6c8d
.travis.yml
@@ -27,7 +27,7 @@ install:
27
- pip install --force-reinstall pylint==1.9.2
28
29
script:
30
- - pylint adafruit_st7735/*.py
+ - pylint adafruit_st7735.py
31
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
32
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-st7735 --library_location .
33
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..
0 commit comments