File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 1- # Copyright (c) 2021 LG Electronics
2- # SPDX-License-Identifier: Apache-2.0
31[tox]
42envlist = test_run
53skipdist = true
64
75[testenv]
86install_command = pip install {opts} {packages}
97basepython = python3.6
8+ setenv =
9+ PYTHONPATH =.
1010
1111[flake8]
1212max-line-length = 145
@@ -16,12 +16,15 @@ exclude = .tox/*
1616filterwarnings = ignore::DeprecationWarning
1717
1818[testenv:test_run]
19+ commands =
20+ fosslight_reuse -h
21+ fosslight_reuse -p src/ -r " test_result/reuse_result.xml"
22+ fosslight_reuse -p src/ -f " fosslight_reuse/wrapper_reuse_lint.py" -r " test_result2/reuse_result.xml"
23+
24+ [testenv:release]
1925deps =
2026 -r{toxinidir}/requirements-dev.txt
2127
22- setenv =
23- PYTHONPATH =.
24-
2528commands =
2629 fosslight_reuse -h
2730 fosslight_reuse -p src/ -r " test_result/reuse_result.xml"
You can’t perform that action at this time.
0 commit comments