forked from multiview-stitcher/multiview-stitcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tox.ini
20 lines (19 loc) · 832 Bytes
/
tox.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# For more information about tox, see https://tox.readthedocs.io/en/latest/
[tox]
envlist = py
isolated_build=true
[testenv]
platform =
macos: darwin
linux: linux
windows: win32
passenv =
CI
GITHUB_ACTIONS
DISPLAY
XAUTHORITY
NUMPY_EXPERIMENTAL_ARRAY_FUNCTION
PYVISTA_OFF_SCREEN
extras =
testing
commands = pytest --pdb -v --color=yes --cov=multiview_stitcher --cov-report=xml --nbmake --ignore notebooks/stitching_multi_view.ipynb --ignore notebooks/stitching_multipos_2D_czi.ipynb --ignore notebooks/stitching_bigstitcher_grid_3d.ipynb --ignore notebooks/stitching_bigstitcher_grid_2d.ipynb --ignore notebooks/stitching_bigstitcher_grid_3d_multichannel.ipynb --ignore notebooks/stitching_in_the_browser.ipynb --ignore notebooks/stitching_bigstitcher_grid_3d_ngff.ipynb --ignore _playground