Skip to content

Commit 6982c27

Browse files
committed
Fix pylint linting
1 parent c4b6e1e commit 6982c27

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ python:
33
- "2.7"
44
- "3.6"
55
install:
6-
- pip install -r requirements.txt
6+
- pip install pylint
7+
# - pip install -r requirements.txt
78
script:
8-
- pytest
9+
- find . -iname "*.py" | xargs pylint
10+
# - pytest

0 commit comments

Comments
 (0)