Skip to content

Commit fe52cf0

Browse files
authored
Merge pull request #14 from kattni/busdevice-fix
Updated requirements.txt, .travis.yml
2 parents 62568bb + 8bd54f2 commit fe52cf0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1+
*.mpy
2+
.idea
13
__pycache__
24
_build
35
*.pyc
46
.env
57
build*
68
bundles
9+
*.DS_Store
10+
.eggs
11+
dist
12+
**/*.egg-info

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ deploy:
2424

2525
install:
2626
- pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme
27+
- pip install --force-reinstall pylint==1.9.2
2728

2829
script:
2930
- pylint adafruit_featherwing/*.py
3031
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/**/*.py)
3132
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-featherwing --library_location .
32-
- cd docs && sphinx-build -E -W -b html . _build/html
33+
- cd docs && sphinx-build -E -W -b html . _build/html

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
adafruit-circuitpython-bus-device
1+
adafruit-circuitpython-busdevice
22
adafruit-circuitpython-register

0 commit comments

Comments
 (0)