add pypi downgrade per @kattni
This commit is contained in:
parent
15ab6f55d3
commit
02ed2b572f
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ deploy:
|
|||
install:
|
||||
- pip install -r requirements.txt
|
||||
- pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme
|
||||
- pip install --force-reinstall pylint==1.9.2
|
||||
script:
|
||||
- pylint adafruit_as726x.py
|
||||
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
|
||||
|
|
|
|||
Loading…
Reference in a new issue