debugpy/tox.ini
2022-12-13 13:11:30 -08:00

11 lines
No EOL
263 B
INI

[tox]
envlist = py{37,38,39,310}{,-cov}
[testenv]
deps = -rtests/requirements.txt
passenv = DEBUGPY_LOG_DIR,DEBUGPY_TESTS_FULL
setenv =
DEBUGPY_TEST=1
commands =
!cov: pytest {posargs}
cov: pytest --cov --cov-append --cov-config=.coveragerc {posargs}