mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 18:38:09 +01:00
Add txn 1st seen height to bid.
Format balance amount. Start prepare script.
This commit is contained in:
@@ -39,7 +39,7 @@ jobs:
|
||||
- travis_retry pip install codespell==1.15.0
|
||||
before_script:
|
||||
script:
|
||||
- PYTHONWARNINGS="ignore" flake8 --ignore=E501,F841 --exclude=key.py,messages_pb2.py
|
||||
- codespell --check-filenames --disable-colors --quiet-level=7 -S .git
|
||||
- PYTHONWARNINGS="ignore" flake8 --ignore=E501,F841 --exclude=key.py,messages_pb2.py,.eggs
|
||||
- codespell --check-filenames --disable-colors --quiet-level=7 -S .git,.eggs
|
||||
after_success:
|
||||
- echo "End lint"
|
||||
|
||||
Reference in New Issue
Block a user