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 cb8f2c9 commit 64149c4Copy full SHA for 64149c4
.travis.yml
@@ -26,7 +26,7 @@ install:
26
- pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme
27
28
script:
29
- - pylint led_animation.py
+ - pylint led_animation/*.py
30
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
31
- circuitpython-build-bundles --filename_prefix circuitpython-led_animation --library_location .
32
- cd docs && sphinx-build -E -W -b html . _build/html
0 commit comments