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 ee6abb8 commit 07a4070Copy full SHA for 07a4070
.travis.yml
@@ -42,7 +42,7 @@ install:
42
- pip install --force-reinstall pylint==1.9.2
43
44
script:
45
- - pylint logging.py
+ - pylint adafruit_logging.py
46
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
47
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-logger --library_location .
48
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..
0 commit comments