debugpy/tox.ini
Pavel Minaev 73a4c8b712 Actually run full test matrix for DEBUGBY_TESTS_FULL=1.
Fix full run test failures.
2020-03-05 13:56:22 -08:00

11 lines
273 B
INI

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