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 26c73be + 81ba29c commit 4dd1358Copy full SHA for 4dd1358
.travis.yml
@@ -28,6 +28,7 @@ deploy:
28
install:
29
- pip install -r requirements.txt
30
- pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme
31
+- pip install --force-reinstall pylint==1.9.2
32
script:
33
- pylint adafruit_am2320.py
34
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
0 commit comments