travisfix
This commit is contained in:
parent
abc3be1b79
commit
57f5531bde
1 changed files with 2 additions and 3 deletions
|
@ -6,7 +6,7 @@ python:
|
||||||
cache:
|
cache:
|
||||||
pip: true
|
pip: true
|
||||||
deploy:
|
deploy:
|
||||||
- provider: releases
|
- provider: releases
|
||||||
api_key: "$GITHUB_TOKEN"
|
api_key: "$GITHUB_TOKEN"
|
||||||
file_glob: true
|
file_glob: true
|
||||||
file: "$TRAVIS_BUILD_DIR/bundles/*"
|
file: "$TRAVIS_BUILD_DIR/bundles/*"
|
||||||
|
@ -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 ..
|
||||||
|
|
Loading…
Reference in a new issue