mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Invoke pytest directly from Travis makefile, instead of going via setup.py.
Increase test verbosity on Travis.
This commit is contained in:
parent
c0f1bf9ca8
commit
e1d06cf592
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -46,7 +46,7 @@ ci-lint: depends lint
|
|||
ci-test: depends
|
||||
# For now we use --quickpy2.
|
||||
$(PYTHON) -m tests -v --full --no-network --quick-py2
|
||||
$(PYTHON) setup.py test
|
||||
$(PYTHON) -m pytest -vv
|
||||
|
||||
.PHONY: ci-coverage
|
||||
ci-coverage: depends
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue