Skip to content

Commit 8dc0cf7

Browse files
committed
right lint
1 parent 1683b26 commit 8dc0cf7

File tree

2 files changed

+1
-54
lines changed

2 files changed

+1
-54
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ install:
4242
- pip install --force-reinstall pylint==1.9.2
4343

4444
script:
45-
- pylint adafruit_esp32spi.py
45+
- pylint adafruit_esp32spi/*.py
4646
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
4747
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-esp32spi --library_location .
4848
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..

adafruit_esp32spi.py

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)