We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1683b26 commit 8dc0cf7Copy full SHA for 8dc0cf7
2 files changed
.travis.yml
@@ -42,7 +42,7 @@ install:
42
- pip install --force-reinstall pylint==1.9.2
43
44
script:
45
- - pylint adafruit_esp32spi.py
+ - pylint adafruit_esp32spi/*.py
46
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
47
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-esp32spi --library_location .
48
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..
adafruit_esp32spi.py
0 commit comments