We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5a8aea + f22ee97 commit 3560378Copy full SHA for 3560378
.travis.yml
@@ -11,6 +11,7 @@ deploy:
11
file_glob: true
12
file: "$TRAVIS_BUILD_DIR/bundles/*"
13
skip_cleanup: true
14
+ overwrite: true
15
on:
16
tags: true
17
- provider: pypi
@@ -22,6 +23,7 @@ deploy:
22
23
install:
24
- pip install -r requirements.txt
25
- pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme
26
+- pip install --force-reinstall pylint==1.9.2
27
script:
28
- pylint adafruit_bme680.py
29
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
0 commit comments