mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Remove unittest-based tests from Travis and Tox.
This commit is contained in:
parent
bd2b4cd88e
commit
4a146a5f77
1 changed files with 2 additions and 3 deletions
5
tox.ini
5
tox.ini
|
|
@ -1,10 +1,9 @@
|
|||
[tox]
|
||||
envlist = py{27,34,35,36,37}-{pytest,unittest}
|
||||
envlist = py{27,34,35,36,37}
|
||||
|
||||
[testenv]
|
||||
deps = -rtest_requirements.txt
|
||||
setenv =
|
||||
COVERAGE_FILE = .coverage.{envname}
|
||||
commands =
|
||||
pytest: pytest {posargs:-vv}
|
||||
unittest: unittest discover {posargs:-vv}
|
||||
pytest {posargs:-vv}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue