Skip to content

Commit 8bd54f2

Browse files
committed
Updated requirements.txt, .travis.yml
1 parent 62568bb commit 8bd54f2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
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

Lines changed: 2 additions & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)