mirror of
https://github.com/jongracecox/anybadge.git
synced 2025-07-21 04:11:05 +02:00
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.
10 lines
174 B
INI
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
|