Files
anybadge/tox.ini
Jon Grace-Cox e6318f3446 test: Add tox testing
Add `tox.ini` config with supported versions, and a new tox CI
workflow to run tox tests on master branch changes. This is "expensive"
so we may consider limiting execution further.
2024-12-30 08:29:56 -05:00

10 lines
174 B
INI

[tox]
envlist = py37, py38, py39, py310, py311, py312, py313
[testenv]
deps =
pytest
-rbuild-requirements.txt
commands =
pytest --doctest-modules anybadge tests