File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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:
2223install :
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
2527script :
2628- pylint adafruit_bme280.py
2729- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
Original file line number Diff line number Diff line change 11Introduction
22============
33
4- .. image :: https://readthedocs.org/projects/adafruit-circuitpython-BME280 /badge/?version=latest
5- :target: https://circuitpython.readthedocs.io/projects/BME280 /en/latest/
4+ .. image :: https://readthedocs.org/projects/adafruit-circuitpython-bme280 /badge/?version=latest
5+ :target: https://circuitpython.readthedocs.io/projects/bme280 /en/latest/
66 :alt: Documentation Status
77
88.. image :: https://img.shields.io/discord/327254708534116352.svg
You can’t perform that action at this time.
0 commit comments