From af66694f1a7001c6ee8218c105318e0c7e081015 Mon Sep 17 00:00:00 2001
From: Kattni Rembor <kattni@adafruit.com>
Date: Sun, 5 Aug 2018 16:31:39 -0400
Subject: [PATCH] Fix badge, add pylint force install

---
 .travis.yml | 1 +
 README.rst  | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

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