Skip to content

Commit 6b96411

Browse files
authored
Update tox.ini
1 parent 0655ac1 commit 6b96411

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tox.ini

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ changedir = tests
2929
commands =
3030
pytest -n 4 initial_tox_test.py::test_test_run_environment
3131

32+
[testenv:format_test]
33+
changedir = tests
34+
commands =
35+
pytest -n 4 file_format_test.py::test_output_file_format
36+
3237
[testenv:release]
3338
deps =
3439
-r{toxinidir}/requirements-dev.txt
@@ -38,4 +43,4 @@ commands =
3843
pytest -v --flake8
3944
pyinstaller --onefile cli.py -n cli --additional-hooks-dir=hooks --hidden-import=pkg_resources.extern
4045
{toxinidir}/dist/cli -p tests -o test_result_cli
41-
; py.test --cov-report term-missing --cov={envsitepackagesdir}/fosslight_binary
46+
; py.test --cov-report term-missing --cov={envsitepackagesdir}/fosslight_binary

0 commit comments

Comments
 (0)