From 08e515cc9065d26c7ca04e67e9670002748be46d Mon Sep 17 00:00:00 2001 From: Kattni Rembor Date: Thu, 2 Aug 2018 12:52:09 -0400 Subject: [PATCH] Updated readme, added overwrite to travis --- .travis.yml | 2 ++ README.rst | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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