mirror of
https://github.com/echemdata/galvani.git
synced 2025-12-14 09:15:34 +00:00
Add tox-gh based CI
This commit is contained in:
9
tox.ini
9
tox.ini
@@ -1,7 +1,7 @@
|
||||
# SPDX-FileCopyrightText: 2017-2021 Christopher Kerr <chris.kerr@mykolab.ch>
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
[tox]
|
||||
envlist = py36,py37,py38,py39
|
||||
envlist = py36,py37,py38,py39,py310,py311
|
||||
[testenv]
|
||||
deps =
|
||||
flake8
|
||||
@@ -15,3 +15,10 @@ commands =
|
||||
[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
|
||||
|
||||
Reference in New Issue
Block a user