1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2024-12-24 09:06:15 +01:00
github.com_fedora-python_to.../tox.ini
2019-10-23 13:24:51 +02:00

17 lines
290 B
INI

[tox]
envlist = {py36,py37,py38}-tox{35,release,master}
[testenv]
deps=
pytest
pytest-xdist
packaging
tox35: tox >=3.5,<3.6
toxrelease: tox
toxmaster: git+https://github.com/tox-dev/tox.git@master
commands =
pytest -v {posargs} tests
[pytest]
addopts = -nauto