]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Lint the src files.
authorScott Shawcroft <scott@tannewt.org>
Wed, 27 Jun 2018 06:28:30 +0000 (23:28 -0700)
committerScott Shawcroft <scott@tannewt.org>
Wed, 27 Jun 2018 06:28:30 +0000 (23:28 -0700)
.travis.yml [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 70d0c70..252c176
@@ -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