TST: Try to get Jenkins build working via Tox.

This commit is contained in:
Stefan van der Walt
2012-03-01 20:17:28 -08:00
parent 4b27611485
commit 24e97b73f7
+10
View File
@@ -0,0 +1,10 @@
[testenv]
deps = nose
coverage
cython
numpy
scipy
commands=
nosetests {posargs:--with-coverage --cover-package=skimage}
coverage xml