debugpy/tox.ini
Pavel Minaev b5b1e4145e
Remove code coverage. (#1043)
Remove setup.py test (doesn't work with Tox).
2018-11-19 20:59:02 -08:00

6 lines
109 B
INI

[tox]
envlist = py{27,34,35,36,37}
[testenv]
deps = -rtest_requirements.txt
commands = pytest {posargs:-vv}