Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
mickahell authored Oct 1, 2023
1 parent 5e14f74 commit ee7154e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit ee7154e

Please sign in to comment.