travis: correct source path
This commit is contained in:
parent
1fab768146
commit
65e02b565e
1 changed files with 1 additions and 1 deletions
|
|
@ -22,6 +22,6 @@ install:
|
|||
- pip install circuitpython-build-tools Sphinx sphinx-rtd-theme
|
||||
|
||||
script:
|
||||
- pylint src/**/*.py
|
||||
- pylint adafruit_platformdetect/**/*.py
|
||||
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
|
||||
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..
|
||||
|
|
|
|||
Loading…
Reference in a new issue