11 lines
132 B
INI
11 lines
132 B
INI
[tox]
|
|
env_list = py{38,39,310,311}
|
|
skipsdist = true
|
|
|
|
[testenv]
|
|
description = run unit tests
|
|
deps =
|
|
pytest
|
|
commands =
|
|
pytest
|