diff --git a/.travis.yml b/.travis.yml index 068360b..b315c4f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,7 @@ install: # command to run tests script: - pytest --cov=electrumx - - pycodestyle electrumx/server/*.py electrumx/lib/*.py + - pycodestyle --max-line-length=100 electrumx/server/*.py electrumx/lib/*.py *.py - sh -c "cd docs && make html" # Dont report coverage from nightly after_success: