We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b69323b commit 4d0308aCopy full SHA for 4d0308a
tox.ini
@@ -40,6 +40,7 @@ commands =
40
fosslight_bin -p tests -o test_result/result.csv -f csv -a x86_64
41
ls test_result/
42
cat test_result/result.csv
43
+ fosslight_bin -p tests -o test_result/result.json -f opossum -a x86_64
44
pytest -v --flake8
45
pyinstaller --onefile cli.py -n cli --additional-hooks-dir=hooks
46
{toxinidir}/dist/cli -p tests -o test_result_cli
0 commit comments