mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
8 lines
139 B
INI
8 lines
139 B
INI
[tox]
|
|
envlist = py{27,34,35,36,37}
|
|
|
|
[testenv]
|
|
deps = -rtests/requirements.txt
|
|
passenv = PTVSD_LOG_DIR
|
|
commands =
|
|
pytest {posargs:-n32}
|