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

21 lines
590 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)
2022-02-10 10:58:59 +01:00
envlist = {py36,py37,py38,py39,py310}-tox{release,master,315},{py37,py38,py39,py310}-tox4
2019-07-17 18:28:54 +02:00
[testenv]
2022-12-07 22:32:57 +01:00
extras =
tests
deps=
tox315: tox >=3.15,<3.16
2022-02-06 22:54:51 +01:00
toxrelease: tox < 4
2022-12-07 23:00:08 +01:00
toxmaster: git+https://github.com/tox-dev/tox.git@legacy
2022-02-10 10:58:59 +01:00
tox4: git+https://github.com/tox-dev/tox.git@rewrite
2019-07-17 18:28:54 +02:00
commands =
2022-02-10 10:58:59 +01:00
!tox4: pytest -v {posargs} tests/test_integration.py
tox4: pytest -v {posargs} tests/test_integration_tox4.py
[pytest]
addopts = -nauto