Skip to content

Commit

Permalink
Update .travis.yml to remomve pylint which does not do anything usefu…
Browse files Browse the repository at this point in the history
…l anyway othter than false positives.
  • Loading branch information
kkweon committed Dec 3, 2019
1 parent ffd0127 commit a1e1a5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ install:
script:
- python -m compileall .
- pytest
- find . -name '*.py' | xargs pylint

0 comments on commit a1e1a5c

Please sign in to comment.