We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4678977 commit 58f061bCopy full SHA for 58f061b
tox.ini
@@ -29,14 +29,14 @@ passenv =
29
PYVISTA_OFF_SCREEN
30
deps =
31
-rrequirements.txt
32
-; pytest # https://docs.pytest.org/en/latest/contents.html
33
-; pytest-cov # https://pytest-cov.readthedocs.io/en/latest/
+ pytest # https://docs.pytest.org/en/latest/contents.html
+ pytest-cov # https://pytest-cov.readthedocs.io/en/latest/
34
; # you can remove these if you don't use them
35
-; napari
36
-; magicgui
37
-; pytest-qt
38
-; qtpy
39
-; pyqt5
+ napari
+ magicgui
+ pytest-qt
+ qtpy
+ pyqt5
40
; opencv-python
41
42
commands = pytest -v --color=yes --cov=napari_cellseg_annotator --cov-report=xml
0 commit comments