now for you lint lint cool j

This commit is contained in:
caternuson 2018-08-28 13:11:43 -07:00
parent c5fe6d8d0b
commit 2049c36984

View file

@ -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 .