|
|
@ -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: |
|
|
|