From 77a40c7adfcc946ff9b0b65e4cc755d8566a3d4d Mon Sep 17 00:00:00 2001 From: ladyada Date: Tue, 23 Jan 2018 20:00:22 -0500 Subject: [PATCH] travis the examples subfolders --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e073a1a..6536f8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,5 +27,5 @@ install: script: - pylint adafruit_lsm303.py - - ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py) + - ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*/*.py) - circuitpython-build-bundles --filename_prefix adafruit-circuitpython-lsm303 --library_location .