mirror of
https://github.com/echemdata/galvani.git
synced 2025-12-12 16:45:35 +00:00
25 lines
416 B
INI
25 lines
416 B
INI
# SPDX-FileCopyrightText: 2017-2021 Christopher Kerr <chris.kerr@mykolab.ch>
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
[tox]
|
|
envlist = py38,py39,py310,py311
|
|
[testenv]
|
|
deps =
|
|
flake8
|
|
reuse
|
|
pytest
|
|
commands =
|
|
flake8
|
|
reuse lint
|
|
pytest
|
|
|
|
[flake8]
|
|
exclude = build,dist,*.egg-info,.cache,.git,.tox,__pycache__
|
|
max-line-length = 100
|
|
|
|
[gh]
|
|
python =
|
|
3.11 = py311
|
|
3.10 = py310
|
|
3.9 = py39
|
|
3.8 = py38
|