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.
setup.py
1 parent 42b1fb9 commit 4a624b5Copy full SHA for 4a624b5
setup.py
@@ -41,7 +41,8 @@
41
"seaborn",
42
"scikit-image",
43
"colorspacious",
44
- "itkwidgets"
+ "itkwidgets",
45
+ "pytest"
46
]
47
)
48
tox.ini
@@ -31,5 +31,6 @@ deps =
31
pytest-cov # https://pytest-cov.readthedocs.io/en/latest/
32
pytest-xvfb ; sys_platform == 'linux'
33
# you can remove these if you don't use them
34
- torch
+ pytest
35
+
36
commands = pytest -v --color=yes --cov=EmbedSeg --cov-report=xml
0 commit comments