mirror of
https://github.com/fedora-python/tox-current-env.git
synced 2025-01-11 08:56:14 +01:00
8 lines
97 B
INI
8 lines
97 B
INI
[tox]
|
|
envlist = py36,py37,py38
|
|
|
|
[testenv]
|
|
deps = pytest
|
|
commands =
|
|
pytest -v {posargs} tests
|