We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86c1bc8 + af66694 commit eb7c320Copy full SHA for eb7c320
.travis.yml
@@ -23,6 +23,7 @@ deploy:
23
install:
24
- pip install -r requirements.txt
25
- pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme
26
+- pip install --force-reinstall pylint==1.9.2
27
script:
28
- pylint adafruit_max31855.py
29
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
README.rst
@@ -1,7 +1,7 @@
1
Introduction
2
============
3
4
-.. image:: https://readthedocs.org/projects/adafruit-circuitpython-MAX31855/badge/?version=latest
+.. image:: https://readthedocs.org/projects/adafruit-circuitpython-max31855/badge/?version=latest
5
:target: https://circuitpython.readthedocs.io/projects/max31855/en/latest/
6
:alt: Documentation Status
7
0 commit comments