Skip to content

Commit d321bb4

Browse files
committed
adapt .travis.yml
1 parent 69d482e commit d321bb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ jobs:
8383
# Slowly enable all pylint warnings by adding addressed classes of
8484
# warnings to the .pylintrc-wip file to prevent them from being
8585
# re-introduced
86-
- pylint --rcfile=.pylintrc-wip can/
86+
- pylint --rcfile=.pylintrc-wip can/**.py
8787
# check examples
88-
- pylint --rcfile=.pylintrc-wip examples/
88+
- pylint --rcfile=.pylintrc-wip examples/**.py
8989
# mypy checking
9090
- mypy
9191
--python-version=3.7

0 commit comments

Comments
 (0)