diff --git a/.travis.yml b/.travis.yml index 32df4b5..4ec28fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ deploy: file_glob: true file: "$TRAVIS_BUILD_DIR/bundles/*" skip_cleanup: true + overwrite: true on: tags: true - provider: pypi @@ -22,6 +23,7 @@ deploy: install: - pip install -r requirements.txt - pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme +- pip install --force-reinstall pylint==1.9.2 script: - pylint adafruit_bme280.py - ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py) diff --git a/README.rst b/README.rst index 72a8d86..1b8e4d5 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,8 @@ Introduction ============ -.. image:: https://readthedocs.org/projects/adafruit-circuitpython-BME280/badge/?version=latest - :target: https://circuitpython.readthedocs.io/projects/BME280/en/latest/ +.. image:: https://readthedocs.org/projects/adafruit-circuitpython-bme280/badge/?version=latest + :target: https://circuitpython.readthedocs.io/projects/bme280/en/latest/ :alt: Documentation Status .. image :: https://img.shields.io/discord/327254708534116352.svg