forked from LBRYCommunity/lbry-sdk
increase pylint line length
-run integration tests with -v
This commit is contained in:
parent
cec788ff4b
commit
5c4c182332
2 changed files with 2 additions and 2 deletions
|
@ -290,7 +290,7 @@ spelling-store-unknown-words=no
|
|||
[FORMAT]
|
||||
|
||||
# Maximum number of characters on a single line.
|
||||
max-line-length=100
|
||||
max-line-length=120
|
||||
|
||||
# Regexp for a line that is allowed to be longer than the limit.
|
||||
ignore-long-lines=^\s*(# )?<?https?://\S+>?$
|
||||
|
|
|
@ -42,6 +42,6 @@ script:
|
|||
- pip install mock pylint unqlite
|
||||
- pylint lbrynet
|
||||
- PYTHONPATH=. trial lbrynet.tests
|
||||
- python -m unittest discover lbrynet/tests/integration
|
||||
- python -m unittest discover lbrynet/tests/integration -v
|
||||
- rvm install ruby-2.3.1
|
||||
- rvm use 2.3.1 && gem install danger --version '~> 4.0' && danger
|
||||
|
|
Loading…
Reference in a new issue