Skip to content

Commit

Permalink
Cleanup tox testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong committed Jul 1, 2024
1 parent fbf1da4 commit d8cf6ad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ isolated_build = true
[testenv]
skip_install = True
commands =
pip install -e .
pip install -e .[sarif]
pip install -e .[junit]
pip install -e .[full]
coverage run -m pytest {posargs:test}
coverage xml
deps =
Expand Down

0 comments on commit d8cf6ad

Please sign in to comment.