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 133849a + 71e30e3 commit 2598734Copy full SHA for 2598734
.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_apds9960/*.py
29
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
0 commit comments