fix pylint version.
This commit is contained in:
parent
051cfbaf0c
commit
ce9a742505
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_seesaw/*.py
|
||||
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
|
||||
|
|
|
|||
Loading…
Reference in a new issue