mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-28 17:51:07 +08:00
11 lines
170 B
INI
11 lines
170 B
INI
[testenv]
|
|
deps = nose
|
|
coverage
|
|
cython
|
|
numpy
|
|
scipy
|
|
commands=
|
|
nosetests {posargs:--with-coverage --cover-package=skimage}
|
|
coverage xml
|
|
|