Skip to content

Commit 07010e2

Browse files
make pytest output verbose on CI
1 parent aa7ccbc commit 07010e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci.py

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"pytest",
99
"duct.py",
1010
"test_duct.py",
11+
"--verbose",
1112
"--cov=duct",
1213
"--cov-branch",
1314
]

0 commit comments

Comments
 (0)