Add REUSE check to the tox tests

This commit is contained in:
2021-03-20 17:09:23 +02:00
parent def2bba587
commit 352fc436c0

View File

@@ -1,13 +1,15 @@
# SPDX-FileCopyrightText: 2017-2020 Christopher Kerr <chris.kerr@mykolab.ch>
# SPDX-FileCopyrightText: 2017-2021 Christopher Kerr <chris.kerr@mykolab.ch>
# SPDX-License-Identifier: GPL-3.0-or-later
[tox]
envlist = py36,py37,py38,py39
[testenv]
deps =
flake8
reuse
pytest
commands =
flake8
reuse lint
pytest
[flake8]