We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
examples
1 parent 1029dbd commit 6861b08Copy full SHA for 6861b08
.travis.yml
@@ -27,6 +27,6 @@ install:
27
28
script:
29
- pylint adafruit_circuitplayground/*.py
30
- - ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
+ - ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name `find ./examples -name "*.py"`)
31
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-circuitplayground --library_location .
32
- cd docs && sphinx-build -E -W -b html . _build/html
0 commit comments