mirror of
https://github.com/echemdata/galvani.git
synced 2025-12-14 01:15:34 +00:00
15 lines
270 B
INI
15 lines
270 B
INI
# SPDX-FileCopyrightText: 2017-2020 Christopher Kerr <chris.kerr@mykolab.ch>
|
|
[tox]
|
|
envlist = py36,py37,py38,py39
|
|
[testenv]
|
|
deps =
|
|
flake8
|
|
pytest
|
|
commands =
|
|
flake8
|
|
pytest
|
|
|
|
[flake8]
|
|
exclude = build,dist,*.egg-info,.cache,.git,.tox,__pycache__
|
|
max-line-length = 100
|