Browse Source

Max line length is 100

patch-2
Neil Booth 6 years ago
parent
commit
3ede4f812b
  1. 2
      .travis.yml

2
.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:

Loading…
Cancel
Save