now for you lint lint cool j
This commit is contained in:
parent
c5fe6d8d0b
commit
2049c36984
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ install:
|
|||
- pip install circuitpython-build-tools Sphinx sphinx-rtd-theme
|
||||
- pip install --force-reinstall pylint==1.9.2
|
||||
script:
|
||||
- pylint adafruit_pn532.py
|
||||
- pylint adafruit_pn532/*.py
|
||||
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace
|
||||
examples/*.py)
|
||||
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-pn532 --library_location .
|
||||
|
|
Loading…
Reference in a new issue