Skip to content

Commit b54778f

Browse files
committed
Adding ls command for tox
1 parent dad358e commit b54778f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ python =
1313
extras = testing
1414
allowlist_externals =
1515
cp
16+
ls
1617
commands =
1718
cp -R {toxinidir}/src/napari_matplotlib/tests/baseline {envdir}/baseline
19+
ls {toxinidir}/src/napari_matplotlib/tests/baseline
1820
python -c 'from skimage import data; data.brain()'
1921
python -m pytest --mpl -v --color=yes --cov=napari_matplotlib --cov-report=xml

0 commit comments

Comments
 (0)