mirror of
https://github.com/echemdata/galvani.git
synced 2025-12-14 01:15:34 +00:00
Add REUSE check to the tox tests
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -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
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py36,py37,py38,py39
|
envlist = py36,py37,py38,py39
|
||||||
[testenv]
|
[testenv]
|
||||||
deps =
|
deps =
|
||||||
flake8
|
flake8
|
||||||
|
reuse
|
||||||
pytest
|
pytest
|
||||||
commands =
|
commands =
|
||||||
flake8
|
flake8
|
||||||
|
reuse lint
|
||||||
pytest
|
pytest
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
|
|||||||
Reference in New Issue
Block a user