Fix .travis.yml

This commit is contained in:
Kattni Rembor 2019-03-21 15:50:56 -04:00
parent c906053c07
commit a9ac552fa1

View file

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