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