1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2024-12-23 16:46:14 +01:00
github.com_fedora-python_to.../tox.ini

18 lines
356 B
INI
Raw Normal View History

2019-07-17 18:28:54 +02:00
[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}
2019-07-17 18:28:54 +02:00
[testenv]
2022-12-07 22:32:57 +01:00
extras =
tests
deps=
2022-02-25 09:32:23 +01:00
tox3: tox < 4
2022-12-20 11:37:10 +01:00
tox4: tox >=4.0.15,< 5
2019-07-17 18:28:54 +02:00
commands =
pytest -v {posargs} tests
[pytest]
addopts = -nauto