We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc3be1 commit 57f5531Copy full SHA for 57f5531
.travis.yml
@@ -6,7 +6,7 @@ python:
6
cache:
7
pip: true
8
deploy:
9
-- provider: releases
+- provider: releases
10
api_key: "$GITHUB_TOKEN"
11
file_glob: true
12
file: "$TRAVIS_BUILD_DIR/bundles/*"
@@ -28,6 +28,5 @@ script:
28
- pylint adafruit_pn532.py
29
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace
30
examples/*.py)
31
-- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-pn532 --library_location
32
- .
+- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-pn532 --library_location .
33
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..
0 commit comments