We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4c6300 commit 607f16dCopy full SHA for 607f16d
tox.ini
@@ -14,9 +14,10 @@ extras = testing
14
allowlist_externals =
15
cp
16
ls
17
+ tree
18
commands =
19
cp -R {toxinidir}/src/napari_matplotlib/tests/baseline {envdir}/baseline
20
ls {toxinidir}/src/napari_matplotlib/tests/baseline
21
python -c 'from skimage import data; data.brain()'
22
python -m pytest --mpl --mpl-results-path=./reports -v --color=yes --cov=napari_matplotlib --cov-report=xml
- ls {toxinidir}/reports
23
+ tree {toxinidir}
0 commit comments