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 082b349 + 3ba4707 commit 442431bCopy full SHA for 442431b
.travis.yml
@@ -26,7 +26,9 @@ deploy:
26
on:
27
tags: true
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_bus_device/*.py
34
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
requirements.txt
0 commit comments