mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
10 lines
185 B
INI
10 lines
185 B
INI
[tox]
|
|
envlist = py27,py34,py35,py36,py37
|
|
|
|
[testenv]
|
|
changedir = pytests
|
|
deps = -rtest_requirements.txt
|
|
setenv =
|
|
COVERAGE_FILE = .coverage.{envname}
|
|
commands =
|
|
pytest {posargs:}
|