Exclude third-party pybitcointools from flake8 test

This commit is contained in:
ZeroNet 2019-05-20 17:17:49 +02:00 committed by GitHub
parent 25d6eea906
commit 416f563261
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ script:
- python -m pytest src/Test --cov=src --cov-config src/Test/coverage.ini
- mv plugins/disabled-Multiuser plugins/Multiuser && python -m pytest -x plugins/Multiuser/Test
- mv plugins/disabled-Bootstrapper plugins/Bootstrapper && python -m pytest -x plugins/Bootstrapper/Test
- flake8 . --count --select=E9,F63,F72,F82 --show-source --statistics
- flake8 . --count --select=E9,F63,F72,F82 --show-source --statistics --exclude=src/lib/pybitcointools/
after_success:
- codecov
- coveralls --rcfile=src/Test/coverage.ini