-
Notifications
You must be signed in to change notification settings - Fork 12
/
tox.ini
47 lines (44 loc) · 1011 Bytes
/
tox.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# For more information about tox, see https://tox.readthedocs.io/en/latest/
[tox]
envlist = py{38,39,310}-{linux}
; envlist = py{38,39,310}-{linux,macos,windows}
isolated_build=true
[gh-actions]
python =
3.8: py38
3.9: py39
3.10: py310
[gh-actions:env]
PLATFORM =
ubuntu-latest: linux
; windows-latest: windows
; macos-latest: macos
[testenv]
platform =
linux: linux
; windows: win32
; macos: darwin
passenv =
CI
PYTHONPATH
GITHUB_ACTIONS
DISPLAY
XAUTHORITY
NUMPY_EXPERIMENTAL_ARRAY_FUNCTION
PYVISTA_OFF_SCREEN
deps =
pytest # https://docs.pytest.org/en/latest/contents.html
pytest-cov # https://pytest-cov.readthedocs.io/en/latest/
napari
PyQt5
magicgui
pytest-qt
qtpy
git+https://github.com/lucasb-eyer/pydensecrf.git@master#egg=pydensecrf
onnx
onnxruntime
; pyopencl[pocl]
; opencv-python
extras = crf
usedevelop = true
commands = pytest -v --color=yes --cov=napari_cellseg3d --cov-report=xml