mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
10 lines
235 B
INI
10 lines
235 B
INI
[tox]
|
|
envlist = py{27,34,35,36,37}-{pytest,unittest}
|
|
|
|
[testenv]
|
|
deps = -rtest_requirements.txt
|
|
setenv =
|
|
COVERAGE_FILE = .coverage.{envname}
|
|
commands =
|
|
pytest: pytest {posargs:-vv}
|
|
unittest: unittest discover {posargs:-vv}
|