From: Scott Shawcroft Date: Wed, 27 Jun 2018 06:28:30 +0000 (-0700) Subject: Lint the src files. X-Git-Tag: 0.1.0~1^2~1 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/aed71ab76da4f8de5e07ebe04ef05614704e899f?ds=inline Lint the src files. --- diff --git a/.travis.yml b/.travis.yml old mode 100644 new mode 100755 index 70d0c70..252c176 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ install: - pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme script: - - pylint adafruit_blinka.py + - pylint src/**/*.py - ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py) - circuitpython-build-bundles --filename_prefix adafruit-circuitpython-blinka --library_location . - cd docs && sphinx-build -E -W -b html . _build/html