Skip to content

Commit 08e515c

Browse files
committed
Updated readme, added overwrite to travis
1 parent 22bec79 commit 08e515c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
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_bme280.py
2729
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Introduction
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

0 commit comments

Comments
 (0)