forked from multiview-stitcher/multiview-stitcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtox.ini
More file actions
22 lines (21 loc) · 710 Bytes
/
tox.ini
File metadata and controls
22 lines (21 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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 =
dev
deps =
setuptools
commands = pytest --pdb -m "not private_data" -v --color=yes --cov=multiview_stitcher --cov-report=xml --nbmake --ignore src/multiview_stitcher/_tests/_create_test_params.ipynb --ignore notebooks/stitching_bigstitcher_multiview.ipynb --ignore notebooks/stitching_multipos_2D_czi.ipynb --ignore notebooks/stitching_in_the_browser.ipynb --ignore _playground