travisfix

This commit is contained in:
ladyada 2018-08-26 15:35:34 -04:00
parent abc3be1b79
commit 57f5531bde

View file

@ -28,6 +28,5 @@ script:
- pylint adafruit_pn532.py - pylint adafruit_pn532.py
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace - ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace
examples/*.py) examples/*.py)
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-pn532 --library_location - circuitpython-build-bundles --filename_prefix adafruit-circuitpython-pn532 --library_location .
.
- cd docs && sphinx-build -E -W -b html . _build/html && cd .. - cd docs && sphinx-build -E -W -b html . _build/html && cd ..