File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ deploy:
11
11
file_glob : true
12
12
file : " $TRAVIS_BUILD_DIR/bundles/*"
13
13
skip_cleanup : true
14
+ overwrite : true
14
15
on :
15
16
tags : true
16
17
- provider : pypi
@@ -22,6 +23,7 @@ deploy:
22
23
install :
23
24
- pip install -r requirements.txt
24
25
- pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme
26
+ - pip install --force-reinstall pylint==1.9.2
25
27
script :
26
28
- pylint adafruit_bme280.py
27
29
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
Original file line number Diff line number Diff line change 1
1
Introduction
2
2
============
3
3
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/
6
6
:alt: Documentation Status
7
7
8
8
.. image :: https://img.shields.io/discord/327254708534116352.svg
You can’t perform that action at this time.
0 commit comments