diff --git a/.travis.yml b/.travis.yml
index d0e339b..2cf7f99 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,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_max31855.py
 - ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
diff --git a/README.rst b/README.rst
index 0868c4e..5e49ba5 100644
--- a/README.rst
+++ b/README.rst
@@ -1,7 +1,7 @@
 Introduction
 ============
 
-.. image:: https://readthedocs.org/projects/adafruit-circuitpython-MAX31855/badge/?version=latest
+.. image:: https://readthedocs.org/projects/adafruit-circuitpython-max31855/badge/?version=latest
     :target: https://circuitpython.readthedocs.io/projects/max31855/en/latest/
     :alt: Documentation Status