1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2025-01-11 08:56:14 +01:00
github.com_fedora-python_to.../tox.ini

20 lines
426 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)
2020-08-12 15:23:55 +02:00
envlist = {py36,py37,py38,py39}-tox{35,release,master}
2019-07-17 18:28:54 +02:00
[testenv]
deps=
pytest
pytest-xdist
packaging
tox35: tox >=3.5,<3.6
toxrelease: tox
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