Fix .travis.yml
This commit is contained in:
parent
c906053c07
commit
a9ac552fa1
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ install:
|
||||||
- pip install --force-reinstall pylint==1.9.2
|
- pip install --force-reinstall pylint==1.9.2
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- pylint adafruit_display_button.py
|
- pylint adafruit_button.py
|
||||||
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
|
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
|
||||||
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-display_button --library_location .
|
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-display_button --library_location .
|
||||||
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..
|
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue