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

20 lines
440 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-18 19:31:02 +01:00
envlist = {py36,py37,py38,py39,py310}-tox{release,master,315}
2019-07-17 18:28:54 +02:00
[testenv]
deps=
pytest
pytest-xdist
packaging
tox315: tox >=3.15,<3.16
2022-02-06 22:54:51 +01:00
toxrelease: tox < 4
toxmaster: git+https://github.com/tox-dev/tox.git@master
2019-07-17 18:28:54 +02:00
commands =
pytest -v {posargs} tests
[pytest]
addopts = -nauto