Skip to content

Commit 3ba4707

Browse files
committed
Add requirements.txt, update .travis.yml
1 parent 082b349 commit 3ba4707

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ deploy:
2626
on:
2727
tags: true
2828
install:
29+
- pip install -r requirements.txt
2930
- pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme
31+
- pip install --force-reinstall pylint==1.9.2
3032
script:
3133
- pylint adafruit_bus_device/*.py
3234
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)

requirements.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)