From aed71ab76da4f8de5e07ebe04ef05614704e899f Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Tue, 26 Jun 2018 23:28:30 -0700 Subject: [PATCH] Lint the src files. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 .travis.yml 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 -- 2.49.0