deepakpant
Initial commit
04785dd
raw
history blame contribute delete
294 Bytes
[tox]
skipsdist = true
envlist = py311, py312
[gh-actions]
python =
3.11: py311
3.12: py312
[testenv]
passenv = PYTHON_VERSION
allowlist_externals = poetry
commands =
poetry install -v
pytest --doctest-modules tests --cov --cov-config=pyproject.toml --cov-report=xml
mypy