mirror of
https://github.com/danieldemus/pyp2spec.git
synced 2026-07-27 21:00:37 +02:00
13 lines
164 B
INI
13 lines
164 B
INI
[tox]
|
|
requires =
|
|
tox>=4
|
|
env_list = py{39,310,311,312,313,314,315}
|
|
|
|
[testenv]
|
|
description = run unit tests
|
|
extras =
|
|
test
|
|
|
|
commands =
|
|
pytest -v {posargs}
|