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]