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