tox.ini: allow running tox from local dev env
Some folders e.g. contrib/*/fresh_clone should not be searched.
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -8,7 +8,9 @@ passenv=
|
|||||||
PYTHONASYNCIODEBUG
|
PYTHONASYNCIODEBUG
|
||||||
PYTHONDEVMODE
|
PYTHONDEVMODE
|
||||||
commands=
|
commands=
|
||||||
coverage run --source=electrum '--omit=electrum/gui/*,electrum/plugins/*,electrum/scripts/*,electrum/tests/*' -m pytest -v
|
coverage run --source=electrum \
|
||||||
|
'--omit=electrum/gui/*,electrum/plugins/*,electrum/scripts/*,electrum/tests/*' \
|
||||||
|
-m pytest electrum/tests -v
|
||||||
coverage report
|
coverage report
|
||||||
extras=
|
extras=
|
||||||
tests
|
tests
|
||||||
|
|||||||
Reference in New Issue
Block a user