Skip to content

Commit 2e915b1

Browse files
committed
CI: making test runs a bit more verbose
1 parent 011684f commit 2e915b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ commands =
3535
# Ignore testing the tutorials listed in ignore_testing file
3636
!buildhtml: bash -c 'find tutorials -name "*.md" | grep -vf ignore_testing | xargs jupytext --to notebook '
3737

38-
!buildhtml: pytest --nbval-lax --durations=10 tutorials
38+
!buildhtml: pytest --nbval-lax -vv --durations=10 tutorials
3939
buildhtml: sphinx-build -b html . _build/html -D nb_execution_mode=auto -nT --keep-going
4040

4141
pip_pre =

0 commit comments

Comments
 (0)