2019-07-17 18:28:54 +02:00
|
|
|
[tox]
|
2020-08-12 16:28:20 +02:00
|
|
|
|
|
|
|
# This information is repeated in .github/workflows/main.yaml
|
|
|
|
# (see https://github.com/fedora-python/tox-github-action/issues/8)
|
2022-11-30 14:27:10 +01:00
|
|
|
envlist = py36-tox{324,3},{py37,py38,py39,py310,py311}-tox{324,3,4}
|
2019-07-17 18:28:54 +02:00
|
|
|
|
|
|
|
[testenv]
|
2022-12-07 22:32:57 +01:00
|
|
|
extras =
|
|
|
|
tests
|
2019-07-26 14:47:17 +02:00
|
|
|
deps=
|
2022-11-30 12:24:38 +01:00
|
|
|
tox324: tox >=3.24,<3.25
|
2022-02-25 09:32:23 +01:00
|
|
|
tox3: tox < 4
|
2022-11-30 12:24:38 +01:00
|
|
|
tox4: tox >=4,< 5
|
2019-07-17 18:28:54 +02:00
|
|
|
commands =
|
2022-12-12 19:04:32 +01:00
|
|
|
pytest -v {posargs} tests
|
2019-10-21 13:04:49 +02:00
|
|
|
|
|
|
|
[pytest]
|
|
|
|
addopts = -nauto
|