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.
2 parents 0a7d8b8 + a0c11c7 commit 796a31cCopy full SHA for 796a31c
tox.ini
@@ -7,6 +7,8 @@ skipdist = true
7
[testenv]
8
install_command = pip install {opts} {packages}
9
basepython= python3.6
10
+setenv =
11
+ PYTHONPATH=.
12
13
[flake8]
14
max-line-length = 145
@@ -16,12 +18,14 @@ exclude = .tox/*
16
18
filterwarnings = ignore::DeprecationWarning
17
19
20
[testenv:test_run]
21
+commands =
22
+ fosslight_reuse -p src/ -r "test_result/reuse_result.xml"
23
+ fosslight_reuse -p src/ -f "fosslight_reuse/wrapper_reuse_lint.py" -r "test_result2/reuse_result.xml"
24
+
25
+[testenv:release]
26
deps =
27
-r{toxinidir}/requirements-dev.txt
28
-setenv =
- PYTHONPATH=.
-
29
commands =
30
fosslight_reuse -h
31
fosslight_reuse -p src/ -r "test_result/reuse_result.xml"
0 commit comments