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.
2 parents bb311b7 + e129bdb commit 7d8795eCopy full SHA for 7d8795e
.travis.yml
@@ -1,3 +1,4 @@
1
+
2
# This is a common .travis.yml for generating library release zip files for
3
# CircuitPython library releases using circuitpython-build-tools.
4
# See https://github.com/adafruit/circuitpython-build-tools for detailed setup
@@ -17,6 +18,7 @@ deploy:
17
18
api_key: $GITHUB_TOKEN
19
file_glob: true
20
file: bundles/*
21
22
skip_cleanup: true
23
on:
24
tags: true
@@ -28,3 +30,4 @@ script:
28
30
- pylint adafruit_dht.py
29
31
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
32
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-dht --library_location .
33
0 commit comments