Skip to content

Commit 58155ac

Browse files
committed
DM: update travis
1 parent 9108c00 commit 58155ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ install:
2626
- pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme
2727

2828
script:
29-
- pylint adafruit_epd.py
29+
- pylint adafruit_epd
3030
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
3131
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-epd --library_location .
3232
- cd docs && sphinx-build -E -W -b html . _build/html

examples/epd_bitmap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ class BMPError(Exception):
9191
print("Failed to parse BMP: " + e.args[0])
9292

9393

94-
display.display()
94+
display.display()

0 commit comments

Comments
 (0)