File: tox.ini

package info (click to toggle)
debugpy 1.6.6%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,264 kB
  • sloc: python: 13,833; sh: 244; makefile: 25
file content (11 lines) | stat: -rw-r--r-- 263 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
[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}