We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6354bb commit 1ee5643Copy full SHA for 1ee5643
.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_bmp280.py
29
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
0 commit comments