Skip to content

Commit f6fe352

Browse files
authored
Merge pull request #180 from dstansby/tox-cleans
Minor cleanups to tox file
2 parents a67b34c + 381014c commit f6fe352

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: tox.ini

-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ extras = testing
1313
allowlist_externals =
1414
cp
1515
ls
16-
tree
1716
commands =
1817
cp -R {toxinidir}/src/napari_matplotlib/tests/baseline {envdir}/baseline
1918
ls {toxinidir}/src/napari_matplotlib/tests/baseline
20-
python -c 'from skimage import data; data.brain()'
2119
python -m pytest --mpl --mpl-generate-summary=html --mpl-results-path={toxinidir}/reports -v --color=yes --cov=napari_matplotlib --cov-report=xml

0 commit comments

Comments
 (0)