1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2025-08-29 01:34:12 +02:00
Files
github.com_fedora-python_to…/tox.ini
Miro Hrončok ad715584e7 CI: Add tests for Python 3.14
But don't test with tox 3 on it, that is too new-old to care about.
2025-03-05 00:14:49 +01:00

19 lines
396 B
INI

[tox]
# This information is repeated in .github/workflows/main.yaml
# (see https://github.com/fedora-python/tox-github-action/issues/8)
envlist = py36-tox3,{py37,py38,py39,py310,py311,py312,py313}-tox{3,4},py314-tox4
[testenv]
extras =
tests
deps=
tox3: tox < 4
tox3: virtualenv < 20.22
tox4: tox >=4.0.15,< 5
commands =
pytest -v {posargs} tests
[pytest]
addopts = -nauto