Skip to content

Commit

Permalink
try-fix travis pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
sirfoga committed Oct 12, 2018
1 parent f926b4d commit 9543bbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ script:
- "make show-installed-version"
- "# pytest --cov=./" # test coverage
- "# codecov"
- "pylint -j 8 hal/* | pylint-exit $?" # measure code lint
- "pylint -j 8 hal/* || pylint-exit $?" # measure code lint
notifications:
email: "false" # no email notify
cache: "pip"
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.2.3 (34f0d20ff32c83e98542a13dd2aaac754946dfb4)
10.2.3 (a3db714a8e0ae3163c6e676b68e7562d9e4d7391)

0 comments on commit 9543bbb

Please sign in to comment.