Skip to content

Commit 63572da

Browse files
committed
add setup.py to linter check
1 parent 1ac5510 commit 63572da

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
# warnings to the .pylintrc-wip file to prevent them from being
8585
# re-introduced
8686
- pylint --rcfile=.pylintrc-wip can/
87+
- pylint --rcfile=.pylintrc setup.py
8788
# mypy checking
8889
- mypy
8990
--python-version=3.7

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
python-can requires the setuptools package to be installed.
66
"""
77

8+
# pylint: disable=invalid-name
9+
810
from __future__ import absolute_import
911

1012
from os import listdir

0 commit comments

Comments
 (0)