diff --git a/.gitignore b/.gitignore index 0dd8629..55f127b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,12 @@ +*.mpy +.idea __pycache__ _build *.pyc .env build* bundles +*.DS_Store +.eggs +dist +**/*.egg-info \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index c1e2467..6adf7a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,9 +24,10 @@ deploy: install: - pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme + - pip install --force-reinstall pylint==1.9.2 script: - pylint adafruit_featherwing/*.py - ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/**/*.py) - circuitpython-build-bundles --filename_prefix adafruit-circuitpython-featherwing --library_location . - - cd docs && sphinx-build -E -W -b html . _build/html \ No newline at end of file + - cd docs && sphinx-build -E -W -b html . _build/html diff --git a/requirements.txt b/requirements.txt index 7053ecf..b584149 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -adafruit-circuitpython-bus-device +adafruit-circuitpython-busdevice adafruit-circuitpython-register