mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Remove code coverage. (#1043)
Remove setup.py test (doesn't work with Tox).
This commit is contained in:
parent
cd5645da0d
commit
b5b1e4145e
6 changed files with 1 additions and 42 deletions
5
tox.ini
5
tox.ini
|
|
@ -3,7 +3,4 @@ envlist = py{27,34,35,36,37}
|
|||
|
||||
[testenv]
|
||||
deps = -rtest_requirements.txt
|
||||
setenv =
|
||||
COVERAGE_FILE = .coverage.{envname}
|
||||
commands =
|
||||
pytest {posargs:-vv}
|
||||
commands = pytest {posargs:-vv}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue