Skip to content

Commit 224c803

Browse files
committed
add pylint checking for examples
1 parent 908fd87 commit 224c803

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ jobs:
8484
# warnings to the .pylintrc-wip file to prevent them from being
8585
# re-introduced
8686
- pylint --rcfile=.pylintrc-wip can/
87+
# check examples
88+
- pylint --rcfile=.pylintrc-wip examples/
8789
# mypy checking
8890
- mypy
8991
--python-version=3.7

0 commit comments

Comments
 (0)