From 8bd54f2c155aeeb83b32587caadf8f07390c0917 Mon Sep 17 00:00:00 2001 From: Kattni Rembor Date: Thu, 9 Aug 2018 13:53:13 -0400 Subject: [PATCH] Updated requirements.txt, .travis.yml --- .gitignore | 6 ++++++ .travis.yml | 3 ++- requirements.txt | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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