Skip to content

Commit

Permalink
Simplify tox to run all tests
Browse files Browse the repository at this point in the history
Signed-off-by: Chenxiong Qi <[email protected]>
  • Loading branch information
tkdchen committed Apr 12, 2024
1 parent 25fbb54 commit 26efa0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source-container-build/app/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ env_list = flake8,black,test

[testenv:test]
deps = -r requirements-dev.txt
commands = python3 -m pytest --cov=source_build --cov-report=term test_source_build.py
commands = python3 -m pytest --cov=source_build --cov-report=term {posargs:.}

[testenv:flake8]
deps = flake8
Expand Down

0 comments on commit 26efa0e

Please sign in to comment.