mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
12 lines
228 B
INI
12 lines
228 B
INI
[tox]
|
|
envlist = py35, py36
|
|
|
|
[testenv]
|
|
deps=
|
|
pytest
|
|
coverage
|
|
commands=
|
|
coverage run --source=electrum '--omit=electrum/gui/*,electrum/plugins/*,electrum/scripts/*,electrum/tests/*' -m py.test -v
|
|
coverage report
|
|
extras=
|
|
fast
|