Skip to content

Commit

Permalink
Add REUSE check to the tox tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chatcannon committed Mar 21, 2021
1 parent def2bba commit 352fc43
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit 352fc43

Please sign in to comment.