We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf6539 commit f71a9adCopy full SHA for f71a9ad
tox.ini
@@ -10,10 +10,5 @@ python =
10
11
[testenv]
12
extras = testing
13
-allowlist_externals =
14
- cp
15
- ls
16
commands =
17
- cp -R {toxinidir}/src/napari_matplotlib/tests/baseline {envdir}/baseline
18
- ls {toxinidir}/src/napari_matplotlib/tests/baseline
19
python -m pytest --mpl --mpl-generate-summary=html --mpl-results-path={toxinidir}/reports -v --color=yes --cov=napari_matplotlib --cov-report=xml
0 commit comments