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