From 5c4c1823327971290f46b49ddb295bd4c5d3bee5 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Mon, 12 Feb 2018 13:29:49 -0500 Subject: [PATCH] increase pylint line length -run integration tests with -v --- .pylintrc | 2 +- .travis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pylintrc b/.pylintrc index 2f61e3aee..593d72bab 100644 --- a/.pylintrc +++ b/.pylintrc @@ -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*(# )??$ diff --git a/.travis.yml b/.travis.yml index ef7ba9d63..6e839bccd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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