Split main class.

This commit is contained in:
tecnovert
2019-11-10 11:10:55 +02:00
parent c7c49ae262
commit e390509946
6 changed files with 124 additions and 101 deletions

View File

@@ -48,7 +48,7 @@ jobs:
before_script:
script:
- PYTHONWARNINGS="ignore" flake8 --ignore=E501,F841,W503 --exclude=segwit_addr.py,key.py,messages_pb2.py,.eggs
- codespell --check-filenames --disable-colors --quiet-level=7 -S .git,.eggs,gitianpubkeys
- codespell --check-filenames --disable-colors --quiet-level=7 --ignore-words=tests/lint/spelling.ignore-words.txt -S .git,.eggs,gitianpubkeys,*.pyc
after_success:
- echo "End lint"
- stage: test