mirror of
https://github.com/fedora-python/tox-current-env.git
synced 2024-12-23 16:46:14 +01:00
9ba5fae34a
Inspired by https://github.com/pytest-dev/pluggy/blob/master/tox.ini Fedora 30 has tox 3.5.
12 lines
232 B
INI
12 lines
232 B
INI
[tox]
|
|
envlist = {py36,py37,py38}-tox{35,release,master}
|
|
|
|
[testenv]
|
|
deps=
|
|
pytest
|
|
tox35: tox >=3.5,<3.6
|
|
toxrelease: tox
|
|
toxmaster: git+https://github.com/tox-dev/tox.git@master
|
|
commands =
|
|
pytest -v {posargs} tests
|