Skip to content

Commit 4b00e4c

Browse files
committed
fix .travis.yml for single source file instead of directory
1 parent 891cbc1 commit 4b00e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ install:
2424
- pip install -r requirements.txt
2525
- pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme
2626
script:
27-
- pylint adafruit_crickit/*.py
27+
- pylint adafruit_crickit.py
2828
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace
2929
examples/*.py)
3030
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-crickit --library_location

0 commit comments

Comments
 (0)