Skip to content

Commit 28e439c

Browse files
committed
Try to generate baseline images in tox envs
1 parent f6c9c5c commit 28e439c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ commands =
1818
cp -R {toxinidir}/src/napari_matplotlib/tests/baseline {envdir}/baseline
1919
ls {toxinidir}/src/napari_matplotlib/tests/baseline
2020
python -c 'from skimage import data; data.brain()'
21+
python -m pytest --mpl --mpl-generate-path=tests/baseline
2122
python -m pytest --mpl -v --color=yes --cov=napari_matplotlib --cov-report=xml

0 commit comments

Comments
 (0)