use reuse lint for REUSE compliance
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
7
tox.ini
7
tox.ini
@@ -5,7 +5,7 @@
|
||||
|
||||
[tox]
|
||||
isolated_build = true
|
||||
envlist = begin,py38,py39,py310,py311,py312,coverage,security,lint
|
||||
envlist = begin,py38,py39,py310,py311,py312,coverage,security,lint,reuse
|
||||
|
||||
[testenv]
|
||||
allow_externals = pytest, coverage
|
||||
@@ -67,6 +67,11 @@ commands =
|
||||
flake8
|
||||
- flake8 --disable-noqa --ignore= --select=E,W,F,C,D,A,G,B,I,T,M,DUO
|
||||
|
||||
[testenv:reuse]
|
||||
# check license documentation
|
||||
commands =
|
||||
reuse lint
|
||||
|
||||
[coverage:paths]
|
||||
source =
|
||||
./
|
||||
|
||||
Reference in New Issue
Block a user