diff --git a/tox.ini b/tox.ini index 2cbec68..f43278c 100644 --- a/tox.ini +++ b/tox.ini @@ -27,13 +27,13 @@ commands = basepython = python3 commands = coverage3 run -m unittest -v - coverage3 report --fail-under=80 + coverage3 report --fail-under=70 [testenv:black] envdir = .tox/lint commands = black {posargs} q_kernel_ops tests --check -[testenv:json] +[testenv:ecosystem] allowlist_externals = /bin/bash commands = - bash -ec 'cat ecosystem.json | jq empty' + /bin/bash -ec 'cat ecosystem.json | jq empty'