Skip to content

Commit 3560378

Browse files
authored
Merge pull request #8 from kattni/minor-fixes
Add overwrite/pylint to travis.yml
2 parents a5a8aea + f22ee97 commit 3560378

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ deploy:
1111
file_glob: true
1212
file: "$TRAVIS_BUILD_DIR/bundles/*"
1313
skip_cleanup: true
14+
overwrite: true
1415
on:
1516
tags: true
1617
- provider: pypi
@@ -22,6 +23,7 @@ deploy:
2223
install:
2324
- pip install -r requirements.txt
2425
- pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme
26+
- pip install --force-reinstall pylint==1.9.2
2527
script:
2628
- pylint adafruit_bme680.py
2729
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)

0 commit comments

Comments
 (0)