Skip to content

Commit 5ff5fcc

Browse files
committed
Change make test formula
1 parent 36d6a92 commit 5ff5fcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ publish: test
66
twine upload dist/*
77

88
test:
9-
python -m pytest test/ --cov=trio_cdp --cov-report=term-missing
9+
pytest test/ --cov=trio_cdp --cov-report=term-missing

0 commit comments

Comments
 (0)