From 352fc436c082418cd7a006bafc5471a8c956d3e2 Mon Sep 17 00:00:00 2001 From: Chris Kerr Date: Sat, 20 Mar 2021 17:09:23 +0200 Subject: [PATCH] Add REUSE check to the tox tests --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9f6b002..f689865 100644 --- a/tox.ini +++ b/tox.ini @@ -1,13 +1,15 @@ -# SPDX-FileCopyrightText: 2017-2020 Christopher Kerr +# SPDX-FileCopyrightText: 2017-2021 Christopher Kerr # 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]