8000 tree to check reports generated in correct place · melissawm/napari-matplotlib@607f16d · GitHub
[go: up one dir, main page]

Skip to content

Commit 607f16d

Browse files
committed
tree to check reports generated in correct place
1 parent d4c6300 commit 607f16d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ extras = testing
1414
allowlist_externals =
1515
cp
1616
ls
17+
tree
1718
commands =
1819
cp -R {toxinidir}/src/napari_matplotlib/tests/baseline {envdir}/baseline
1920
ls {toxinidir}/src/napari_matplotlib/tests/baseline
2021
python -c 'from skimage import data; data.brain()'
2122
python -m pytest --mpl --mpl-results-path=./reports -v --color=yes --cov=napari_matplotlib --cov-report=xml
22-
ls {toxinidir}/reports
23+
tree {toxinidir}

0 commit comments

Comments
 (0)
0