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 ff4c64f commit e45ce98Copy full SHA for e45ce98
.travis.yml
@@ -24,7 +24,7 @@ install:
24
- pip install circuitpython-build-tools Sphinx sphinx-rtd-theme
25
- pip install --force-reinstall pylint==1.9.2
26
script:
27
-- pylint adafruit_espatcontrol.py
+- pylint adafruit_espatcontrol/*.py
28
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
29
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-espatcontrol --library_location .
30
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..
0 commit comments