Files
st7735-python-pimoroni/tox.ini
Phil Howard f6599b1854 Repackage to latest Python boilerplate.
Deprecate "ST7735" and rename module to "st7735".
2023-11-03 13:42:34 +00:00

35 lines
449 B
INI

[tox]
envlist = py,qa
skip_missing_interpreters = True
isolated_build = true
minversion = 4.0.0
[testenv]
commands =
coverage run -m pytest -v -r wsx
coverage report
deps =
mock
pytest>=3.1
pytest-cov
build
[testenv:qa]
commands =
check-manifest
python -m build --no-isolation
python -m twine check dist/*
isort --check .
ruff .
codespell .
deps =
check-manifest
ruff
codespell
isort
twine
build
hatch
hatch-fancy-pypi-readme