Skip to content

Commit

Permalink
fix pylint call in ci (ignore warnings)
Browse files Browse the repository at this point in the history
  • Loading branch information
semiversus committed Sep 13, 2018
1 parent 422c6cd commit 2178036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install:
script:
- pipenv run flake8 broqer
- pipenv run mypy broqer
- pipenv run pylint broqer
- ( pipenv run pylint broqer; exit $(($? & 35)) )
- pipenv run rstcheck README.rst
- pipenv run pytest

Expand Down

0 comments on commit 2178036

Please sign in to comment.