travis: correct source path

This commit is contained in:
Brennen Bearnes 2018-12-21 12:45:20 -07:00
parent 1fab768146
commit 65e02b565e

View file

@ -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 ..