Exclude third-party pybitcointools from flake8 test
This commit is contained in:
parent
25d6eea906
commit
416f563261
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue