Skip to content

Commit eb7c320

Browse files
authored
Merge pull request #7 from kattni/fixes
Fix badge, add pylint force install
2 parents 86c1bc8 + af66694 commit eb7c320

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ deploy:
2323
install:
2424
- pip install -r requirements.txt
2525
- pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme
26+
- pip install --force-reinstall pylint==1.9.2
2627
script:
2728
- pylint adafruit_max31855.py
2829
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Introduction
22
============
33

4-
.. image:: https://readthedocs.org/projects/adafruit-circuitpython-MAX31855/badge/?version=latest
4+
.. image:: https://readthedocs.org/projects/adafruit-circuitpython-max31855/badge/?version=latest
55
:target: https://circuitpython.readthedocs.io/projects/max31855/en/latest/
66
:alt: Documentation Status
77

0 commit comments

Comments
 (0)