Skip to content

Commit

Permalink
Fix badge, add pylint force install
Browse files Browse the repository at this point in the history
  • Loading branch information
kattni committed Aug 5, 2018
1 parent 86c1bc8 commit af66694
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit af66694

Please sign in to comment.