Skip to content

Commit 073b875

Browse files
authored
Merge pull request #11 from caternuson/refactor
Refactor to help with memory issue at import time.
2 parents da9480b + 84583f8 commit 073b875

11 files changed

+573
-485
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ install:
2525
- pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme
2626
- pip install --force-reinstall pylint==1.9.2
2727
script:
28-
- pylint adafruit_mcp230xx.py
28+
- pylint adafruit_mcp230xx/*.py
2929
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace
3030
examples/*.py)
3131
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-mcp230xx --library_location

0 commit comments

Comments
 (0)