Browse Source

tox.ini: allow running tox from local dev env

Some folders e.g. contrib/*/fresh_clone should not be searched.
master
SomberNight 3 years ago
parent
commit
3ebf1e44bf
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
  1. 4
      tox.ini

4
tox.ini

@ -8,7 +8,9 @@ passenv=
PYTHONASYNCIODEBUG
PYTHONDEVMODE
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
extras=
tests

Loading…
Cancel
Save