We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58ccb29 commit 4c47f40Copy full SHA for 4c47f40
tox.ini
@@ -12,5 +12,5 @@ python =
12
[testenv]
13
extras = testing
14
commands =
15
- - python -c 'from skimage.data import download_all; download_all()'
+ - python -c 'from skimage import data; data.brain()'
16
- python -m pytest --mpl -v --color=yes --cov=napari_matplotlib --cov-report=xml
0 commit comments