increase pylint line length

-run integration tests with -v
This commit is contained in:
Jack Robison 2018-02-12 13:29:49 -05:00
parent cec788ff4b
commit 5c4c182332
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2
2 changed files with 2 additions and 2 deletions

View file

@ -290,7 +290,7 @@ spelling-store-unknown-words=no
[FORMAT] [FORMAT]
# Maximum number of characters on a single line. # 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. # Regexp for a line that is allowed to be longer than the limit.
ignore-long-lines=^\s*(# )?<?https?://\S+>?$ ignore-long-lines=^\s*(# )?<?https?://\S+>?$

View file

@ -42,6 +42,6 @@ script:
- pip install mock pylint unqlite - pip install mock pylint unqlite
- pylint lbrynet - pylint lbrynet
- PYTHONPATH=. trial lbrynet.tests - 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 install ruby-2.3.1
- rvm use 2.3.1 && gem install danger --version '~> 4.0' && danger - rvm use 2.3.1 && gem install danger --version '~> 4.0' && danger