File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 6
6
cache :
7
7
pip : true
8
8
deploy :
9
- provider : releases
9
+ - provider : releases
10
10
api_key : " $GITHUB_TOKEN"
11
11
file_glob : true
12
12
file : " $TRAVIS_BUILD_DIR/bundles/*"
@@ -23,6 +23,7 @@ deploy:
23
23
install :
24
24
- pip install -r requirements.txt
25
25
- pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme
26
+ - pip install --force-reinstall pylint==1.9.2
26
27
script :
27
28
- pylint adafruit_pca9685.py
28
29
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
Original file line number Diff line number Diff line change 52
52
],
53
53
54
54
# What does your project relate to?
55
- keywords = 'adafruit pca9865 hardware micropython circuitpython' ,
55
+ keywords = 'adafruit pca9865 motor stepper servo hardware micropython circuitpython' ,
56
56
57
57
# You can just specify the packages manually here if your project is
58
58
# simple. Or you can use find_packages().
59
59
py_modules = ['adafruit_pca9865' ],
60
- )
60
+ )
You can’t perform that action at this time.
0 commit comments