1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2024-12-25 01:26:13 +01:00
github.com_fedora-python_to.../tox.ini

12 lines
232 B
INI
Raw Normal View History

2019-07-17 18:28:54 +02:00
[tox]
envlist = {py36,py37,py38}-tox{35,release,master}
2019-07-17 18:28:54 +02:00
[testenv]
deps=
pytest
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