Skip to content

Commit 58ccb29

Browse files
committed
removed redundant tox commands
1 parent 2dbef57 commit 58ccb29

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tox.ini

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ python =
1111

1212
[testenv]
1313
extras = testing
14-
allowlist_externals =
15-
mkdir
16-
cp
1714
commands =
18-
- mkdir {envdir}/baseline
19-
- cp -R {toxinidir}/src/napari_matplotlib/tests/baseline {envdir}/baseline
2015
- python -c 'from skimage.data import download_all; download_all()'
2116
- python -m pytest --mpl -v --color=yes --cov=napari_matplotlib --cov-report=xml

0 commit comments

Comments
 (0)