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 dad358e commit b54778fCopy full SHA for b54778f
tox.ini
@@ -13,7 +13,9 @@ python =
13
extras = testing
14
allowlist_externals =
15
cp
16
+ ls
17
commands =
18
cp -R {toxinidir}/src/napari_matplotlib/tests/baseline {envdir}/baseline
19
+ ls {toxinidir}/src/napari_matplotlib/tests/baseline
20
python -c 'from skimage import data; data.brain()'
21
python -m pytest --mpl -v --color=yes --cov=napari_matplotlib --cov-report=xml
0 commit comments