Skip to content

Commit 4678977

Browse files
committed
fix tox.ini, doesn't work on Windows
1 parent 7e8012a commit 4678977

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

tox.ini

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ passenv =
2828
NUMPY_EXPERIMENTAL_ARRAY_FUNCTION
2929
PYVISTA_OFF_SCREEN
3030
deps =
31-
; -r{toxinidir}\requirements.txt
32-
pytest # https://docs.pytest.org/en/latest/contents.html
33-
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
40-
opencv-python
31+
-rrequirements.txt
32+
; pytest # https://docs.pytest.org/en/latest/contents.html
33+
; 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
40+
; opencv-python
4141

4242
commands = pytest -v --color=yes --cov=napari_cellseg_annotator --cov-report=xml

0 commit comments

Comments
 (0)